Releases: msrd0/rlottie-rs
Releases · msrd0/rlottie-rs
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
rlottie-sys 0.2.0
Changelog:
- use
usize
as size_t
rlottie 0.4.0
Changelog:
- Allow construction of
Size
- Add new
Surface
struct - Frames now exclusively render onto
Surface
rlottie 0.3.1
Changelog:
- Add
Debug
impl forAnimation
(#7)
lottie2webp 0.2.0
Changelog:
- Update rlottie to 0.4.0
- Add compile-time safety assertions
lottie2webp 0.1.0
Initial Release
lottie2gif 0.4.0
Changelog:
- Update rlottie to 0.4.0
lottie2gif 0.3.1
Changelog:
- Add
Color::from_hex