Crate easy_imgui_window
source ·Expand description
This crate makes it easy to build applications with Dear ImGui as their main GUI.
§Features
clipboard
(default): clipboard integration, via thearboard
crate.freetype
: uselibfreetype
for TTF font loading. It requires a precompiled native FreeType shared library.
Re-exports§
pub use easy_imgui_renderer;
pub use easy_imgui;
pub use easy_imgui_sys;
pub use winit;
pub use glutin;
Modules§
Structs§
- This type represents a
winit
window and an OpenGL context.