Added main crate and some initial code for idiomatic bindings
This commit is contained in:
parent
db4d307b85
commit
ee910152b7
6 changed files with 130 additions and 43 deletions
|
@ -2,4 +2,6 @@
|
|||
#![allow(non_camel_case_types)]
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
pub use imgui;
|
||||
|
||||
include!("bindings.rs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue