Skip to main content

lightvgl_sys/
lib.rs

1#![no_std]
2
3#![allow(non_upper_case_globals)]
4#![allow(non_camel_case_types)]
5#![allow(non_snake_case)]
6#![allow(unnecessary_transmutes)]
7
8include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
9
10#[cfg(feature = "raw-bindings")]
11pub fn _bindgen_raw_src() -> &'static str {
12    include_str!(concat!(env!("OUT_DIR"), "/bindings.rs"))
13}