Releases: msrd0/rlottie-rs
Releases · msrd0/rlottie-rs
rlottie 0.5.1
lottieconv 0.2.1
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
What's Changed
Full Changelog: rlottie-0.4.1...rlottie-0.5.0
lottieconv 0.2.0
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
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 thellvm-config
binary but not in the clang-sys build script. whatever.)
rlottie-sys 0.2.1
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
Changelog
- Remove a typo in the example
- Add
#[must_use]
attribute onConverter
(it turns out#[must_use]
on methods returningResult
are useless)
lottieconv 0.1.1 (Yanked)
Please use version 0.1.2 instead.
Changelog
- Add some
#[must_use]
attributes on functions that return aConverter
to make the user aware that no conversion has yet been done - Add some documentation
lottieconv 0.1.0
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
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