stb_sys/
lib.rs

1//! Low level bindgen generated wrappers for stb libraries
2
3#![allow(non_upper_case_globals)]
4#![allow(non_camel_case_types)]
5#![allow(non_snake_case)]
6#![allow(clippy::excessive_precision)]
7
8include!(concat!(env!("OUT_DIR"), "/bindings.rs"));