5 Commits

Author SHA1 Message Date
Joonas Javanainen
a69d856163
Modernize imgui-sys-bindgen code slightly 2020-06-05 16:09:23 +03:00
Joonas Javanainen
6ee5a2867b
Generate bindings for 1.76
cimgui has changed a lot, and the default bindings include a lot of
internal stuff that we (probably) don't want. Therefore we stop checking
out cimgui as a submodule and just use it as a tool instead.
2020-06-05 16:08:40 +03:00
Jasper Bekkers
b81d0bdb6f
Rename import to default embark import style (#323) 2020-05-19 10:56:39 +02:00
Jasper Bekkers
d90fe8171e
WebAssembly FFI shells (#322)
* Allow imgui-rs to generate wasm-ffi bindings

* Missing wasm_bindings.rs file

* Update wasm bindings

* Take wasm import name from environment variable

* Remove debug message

* Formatting
2020-05-18 20:54:30 +02:00
Joonas Javanainen
3ca1b7b4ec
Use automatically generated 1.71 bindings from 0.1-dev
This is the minimal first step that compiles but doesn't work
2019-06-26 23:14:14 +03:00