Expand description
This crate contains a Renderer
that uses OpenGL, via the glow
crate, to render an
easy-imgui
user interface.
Re-exports§
pub use easy_imgui;
pub use easy_imgui_sys;
pub use easy_imgui_opengl;
pub use easy_imgui_opengl::glow;
Structs§
- Renderer
- The main
Renderer
type.