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"));