diff --git a/Bindings.md b/Bindings.md index 50c7bb9..9bc9cd7 100644 --- a/Bindings.md +++ b/Bindings.md @@ -160,6 +160,7 @@ Now on to the list... ### Rust - **imgui-rs**: Rust bindings for ImGui
https://github.com/imgui-rs/imgui-rs +- **Dear ImGui (Rust) Workspace**: Rust bindings and ecosystem around Dear ImGui v1.92.3, with docking, WGPU/GL backends, and popular extensions (ImGuizmo, ImNodes, ImPlot).
https://github.com/Latias94/dear-imgui - **imgui-rust**: Alternative (personal) imgui rust bindings
https://github.com/nsf/imgui-rust - **ImStrv** Patch Branch [features/string_view](https://github.com/ocornut/imgui/tree/features/string_view) to use string-range more commonly instead of zero-terminated strings.
https://github.com/ocornut/imgui/pull/3038 - **rust-imgui-opengl-renderer**
https://github.com/michaelfairley/rust-imgui-opengl-renderer