1//! Rust FFI binding tp [fontstash] generated with bindgen 2//! 3//! [fontstash]: https://github.com/memononen/fontstash 4 5// Supress all errors 6#![allow(warnings)] 7 8include!(concat!(env!("OUT_DIR"), "/fontstash_bindings.rs"));