Skip to content

thorvg-sys 0.2.0+thorvg-1.0.6

Choose a tag to compare

@goyox86 goyox86 released this 15 Jun 17:14
· 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 on v1.0.5 were rebased unchanged onto v1.0.6.

Added

  • tvg_lottie_animation_set_audio_resolver, the Tvg_Audio_Resolver
    callback type, and the Tvg_Audio_Info struct — 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.