Added a separate bindgen building crate and pre-generated bindings
This commit is contained in:
parent
c1ccb4eb6f
commit
0f11df5989
7 changed files with 10072 additions and 24 deletions
9999
implot-sys/src/bindings.rs
Normal file
9999
implot-sys/src/bindings.rs
Normal file
File diff suppressed because it is too large
Load diff
|
@ -2,6 +2,4 @@
|
|||
#![allow(non_camel_case_types)]
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
// TODO(4bb4) change this to include the bindings we hand-generate
|
||||
// once that is happening
|
||||
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|
||||
include!("bindings.rs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue