dear-imgui-sys 0.11.0

Low-level FFI bindings to Dear ImGui v1.92.7 (docking branch) via cimgui (C API)
Documentation
1
2
3
4
// This module only exists to include the generated bindings at the module root,
// which allows inner attributes (#![allow(...)] emitted by bindgen) to be valid.
#![allow(unsafe_op_in_unsafe_fn)]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));