Added a separate bindgen building crate and pre-generated bindings

This commit is contained in:
4bb4 2020-08-03 21:50:03 +02:00
parent c1ccb4eb6f
commit 0f11df5989
7 changed files with 10072 additions and 24 deletions

9999
implot-sys/src/bindings.rs Normal file

File diff suppressed because it is too large Load diff

View file

@ -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");