libui_ffi/lib.rs
1//! Autogenerated bindings to [`libui-ng`](https://github.com/libui-ng/libui-ng) for use in the high-level rust version of [`libui`](https://github.com/libui-rs/libui). It is not meant to be used directly.
2
3#![allow(non_upper_case_globals)]
4#![allow(non_camel_case_types)]
5#![allow(non_snake_case)]
6#![allow(deref_nullptr)] // bindgen needs to use UB: https://github.com/rust-lang/rust-bindgen/issues/1651
7
8include!(concat!(env!("OUT_DIR"), "/bindings.rs"));