1
0
mirror of synced 2024-09-24 19:48:25 +02:00
ImHex/lib/libimhex-rs/imgui-sys
2022-01-16 14:20:52 +01:00
..
src build: More repo cleanup, move libimhex and external libs to /lib folder 2022-01-16 14:20:52 +01:00
build.rs build: More repo cleanup, move libimhex and external libs to /lib folder 2022-01-16 14:20:52 +01:00
Cargo.lock build: More repo cleanup, move libimhex and external libs to /lib folder 2022-01-16 14:20:52 +01:00
Cargo.toml build: More repo cleanup, move libimhex and external libs to /lib folder 2022-01-16 14:20:52 +01:00
include_all_imgui.cpp build: More repo cleanup, move libimhex and external libs to /lib folder 2022-01-16 14:20:52 +01:00
LICENSE-APACHE build: More repo cleanup, move libimhex and external libs to /lib folder 2022-01-16 14:20:52 +01:00
LICENSE-MIT build: More repo cleanup, move libimhex and external libs to /lib folder 2022-01-16 14:20:52 +01:00
README.markdown build: More repo cleanup, move libimhex and external libs to /lib folder 2022-01-16 14:20:52 +01: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.