Skip to content

Releases: msrd0/rlottie-rs

rlottie 0.5.1

07 Oct 15:41
rlottie-0.5.1
8cd5be4
Compare
Choose a tag to compare

What's Changed

  • Add Animation::property_override method by @yuraiz in #24
  • Re-export Rgb and Bgra types with camel-cased names by @msrd0 in #25
  • Add data_as_bytes and into_data functions and AsRef impl for Surface by @msrd0 in #26

New Contributors

Full Changelog: rlottie-0.5.0...rlottie-0.5.1

lottieconv 0.2.1

07 Oct 15:42
lottieconv-0.2.1
8cd5be4
Compare
Choose a tag to compare

What's Changed

  • Update clap requirement from 3.2 to 4.0 by @dependabot in #22
  • Add cli test as recommended with clap 4 by @msrd0 in #23

Full Changelog: lottieconv-0.2.0...lottieconv-0.2.1

rlottie 0.5.0

24 Jul 13:50
rlottie-0.5.0
9a67476
Compare
Choose a tag to compare

What's Changed

  • Improve Animation::from_data by @msrd0 in #14
  • Add Surface::pixels() iterator by @msrd0 in #16

Full Changelog: rlottie-0.4.1...rlottie-0.5.0

lottieconv 0.2.0

24 Jul 13:51
lottieconv-0.2.0
9a67476
Compare
Choose a tag to compare

What's Changed

  • Update webp-animation requirement from 0.5 to 0.7 by @dependabot in #15
  • Update rlottie requirement from 0.4.1 to 0.5

Full Changelog: lottieconv-0.1.2...lottieconv-0.2.0

rlottie-sys 0.2.2

16 Jul 13:11
rlottie-sys-0.2.2
021d686
Compare
Choose a tag to compare

Changelog

  • Enable runtime feature of bindgen (some operating systems split llvm into thousands of packages, and for some reason libclang can be found dynamically at runtime without the llvm-config binary but not in the clang-sys build script. whatever.)

rlottie-sys 0.2.1

16 Jul 12:43
rlottie-sys-0.2.1
555d95f
Compare
Choose a tag to compare

On operating systems that split llvm into thousands of packages, you might want to use version 0.2.2 instead.

Changelog

  • Update bindgen to 0.60
  • Disable default features of bindgen to remove dependency on clap

lottieconv 0.1.2

16 Jul 12:52
lottieconv-0.1.2
64d173a
Compare
Choose a tag to compare

Changelog

  • Remove a typo in the example
  • Add #[must_use] attribute on Converter (it turns out #[must_use] on methods returning Result are useless)

lottieconv 0.1.1 (Yanked)

16 Jul 12:24
lottieconv-0.1.1
fce803c
Compare
Choose a tag to compare

Please use version 0.1.2 instead.

Changelog

  • Add some #[must_use] attributes on functions that return a Converter to make the user aware that no conversion has yet been done
  • Add some documentation

lottieconv 0.1.0

16 Jul 12:23
lottieconv-0.1.0
43ba6f1
Compare
Choose a tag to compare

Deprecation of lottie2gif and lottie2webp

This new crate, lottieconv provides an api to convert lottie animations to GIF and WEBP. It also provides two binaries called lottie2gif and lottie2webp which are 100% command-line compatible with the now deprecated crates.

rlottie 0.4.1

15 May 14:39
rlottie-0.4.1
90b1035
Compare
Choose a tag to compare

Changelog:

  • Use NonNull instead of a *mut pointer, allowing for some memory optimizations
    with e.g. Option<Animation>
  • Custom doc link since docs.rs is missing the rlottie system library