docs.rs failed to build easy-imgui-window-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
easy-imgui-window-0.17.1
easy-imgui-rs
Build full GUI applications with Rust and Dear ImGui. It currently uses version v1.90.
There are several crates in this repository:
easy-imgui-sys
: This is the direct binding of the C++ Dear ImGui library.easy-imgui
: The main binding of Dear ImGui API.easy-imgui-renderer
: A UI renderer using OpenGL andglow
.easy-imgui-window
: A fully integrated and easy to use GUI framework based onwinit
.
See some examples at the examples directory. The simplest one is just a few lines of code:
use ;
;