35 releases
0.10.0 | Jan 16, 2023 |
---|---|
0.9.0 | Nov 30, 2022 |
0.8.2 | Dec 26, 2021 |
0.8.0 | Sep 17, 2021 |
0.0.5 | Nov 30, 2015 |
#120 in GUI
7,743 downloads per month
Used in 72 crates
(9 directly)
11MB
212K
SLoC
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.