only run bindgen on ImPlot... names

not sure why bindgen switches to i32 everywhere
moved imgui dependency up one step as this seems where its actually used
This commit is contained in:
Benedikt Mandelkow 2020-10-26 18:54:48 +01:00 committed by 4bb4
parent cdc7e273c0
commit 6bdfd76d51
11 changed files with 31 additions and 8241 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,6 +2,8 @@
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
pub use imgui;
// just for linking for tests
#[cfg(test)]
use imgui_sys as _;
include!("bindings.rs");