1
2
3
4
5
6
7
8
//! Rust FFI binding tp [fontstash] generated with bindgen
//!
//! [fontstash]: https://github.com/memononen/fontstash

// Supress all errors
#![allow(warnings)]

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