mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
infra: tvg format is still fragile, we gonna release it under the beta.
This commit is contained in:
parent
a4ccf4d812
commit
6ad1b1bf73
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@ option('engines',
|
|||
|
||||
option('loaders',
|
||||
type: 'array',
|
||||
choices: ['', 'svg', 'tvg', 'png', 'jpg'],
|
||||
choices: ['', 'svg', 'png', 'jpg', 'tvg_beta'],
|
||||
value: ['svg'],
|
||||
description: 'Enable File Loaders in thorvg')
|
||||
|
||||
option('savers',
|
||||
type: 'array',
|
||||
choices: ['', 'tvg'],
|
||||
choices: ['', 'tvg_beta'],
|
||||
value: [''],
|
||||
description: 'Enable File Savers in thorvg')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue