rlottie-sys 0.2.5

A platform independent standalone library that plays Lottie Animation
Documentation
1
2
3
4
5
6
#![no_std]
#![allow(non_camel_case_types, non_snake_case, non_upper_case_globals)]

//! Unsafe Rust bindings to rlottie.

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));