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:
parent
cdc7e273c0
commit
6bdfd76d51
11 changed files with 31 additions and 8241 deletions
8217
implot-sys/src/bindings.rs
generated
8217
implot-sys/src/bindings.rs
generated
File diff suppressed because it is too large
Load diff
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue