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

View file

@ -15,4 +15,3 @@ imgui = { git = "https://github.com/Gekkio/imgui-rs/", branch = "master" }
[build-dependencies]
cc = "1.0"
bindgen = "0.53.1"