dbr 142490040f Move upgrading imgui docs to new docs subdir
Add a basic README for imgui-sys for display on crates.io etc
2021-03-05 11:28:10 +11:00
..
2021-03-03 15:36:28 +11:00
2021-03-03 15:36:28 +11:00
2021-03-03 14:19:10 +11:00
2021-02-04 21:04:56 -08: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.