infra: tvg format is still fragile, we gonna release it under the beta.

This commit is contained in:
Hermet Park 2021-08-09 12:45:17 +09:00
parent a4ccf4d812
commit 6ad1b1bf73

View file

@ -6,13 +6,13 @@ option('engines',
option('loaders', option('loaders',
type: 'array', type: 'array',
choices: ['', 'svg', 'tvg', 'png', 'jpg'], choices: ['', 'svg', 'png', 'jpg', 'tvg_beta'],
value: ['svg'], value: ['svg'],
description: 'Enable File Loaders in thorvg') description: 'Enable File Loaders in thorvg')
option('savers', option('savers',
type: 'array', type: 'array',
choices: ['', 'tvg'], choices: ['', 'tvg_beta'],
value: [''], value: [''],
description: 'Enable File Savers in thorvg') description: 'Enable File Savers in thorvg')