infra/build: enable the lottie feature by default.

Lottie animation is a powerful feature in vector ux,
We can make this one of mandatory guidelines.
This commit is contained in:
Hermet Park 2023-08-11 11:50:39 +09:00 committed by Hermet Park
parent 1b020f70c4
commit 03976b02b3

View file

@ -7,7 +7,7 @@ option('engines',
option('loaders',
type: 'array',
choices: ['', 'tvg', 'svg', 'png', 'jpg', 'webp_beta', 'lottie', 'all'],
value: ['svg', 'tvg'],
value: ['svg', 'tvg', 'lottie'],
description: 'Enable File Loaders in thorvg ("all" does not include "*_beta".)')
option('savers',