dbr/Ben f523dd2501
Merge pull request #600 from dbr/imgui186
Upgrade Dear ImGui 1.84.2 -> 1.86
2022-01-17 23:18:51 +11:00
..
2022-01-11 15:17:40 +11:00
2022-01-11 18:12:28 +11:00
2021-11-10 20:48:22 +11:00
2022-01-05 14:47:41 +11:00
2021-10-06 12:06:23 -04:00
2021-10-06 12:06:23 -04:00

imgui-sys: Low level bindings

This crate contains the raw FFI bindings to the Dear ImGui C++ library, by using the cimgui (a C API wrapper project for Dear ImGui), then creating Rust bindings using bindgen.

These low level, mostly unsafe bindings are then used by imgui-rs which wraps them in a nice to use, mostly safe API. Therefore most users should not need to interact with this crate directly.