thorvg-sys 0.2.0+thorvg-1.0.6
·
22 commits
to main
since this release
Bundles ThorVG 1.0.6. The minor bump reflects a breaking change to
the generated FFI surface (a removed C API symbol).
Changed
- Bumped vendored ThorVG to 1.0.6. The seven bare-metal patches that
sat onv1.0.5were rebased unchanged ontov1.0.6.
Added
tvg_lottie_animation_set_audio_resolver, theTvg_Audio_Resolver
callback type, and theTvg_Audio_Infostruct — new in ThorVG 1.0.6
for synchronizing external audio playback with the Lottie timeline.TVG_ENGINE_OPTION_ALIASED— re-introduced upstream (disables
anti-aliased rendering); it had been dropped in 1.0.5.
Removed
tvg_lottie_animation_assign— removed upstream in ThorVG 1.0.6.
Breaking for any code that called it through the raw bindings.