diff --git a/Bindings.md b/Bindings.md index f12e504..638c583 100644 --- a/Bindings.md +++ b/Bindings.md @@ -63,6 +63,9 @@ Ruby (ruby-imgui): Yet another ImGui wrapper for Ruby Rust (imgui-rs): Rust bindings for ImGui
https://github.com/Gekkio/imgui-rs +Rust (imgui-rust): Alternative (personal) imgui rust bindings +
https://github.com/nsf/imgui-rust + Rust: "ImStr" Patch by @bitshifter to use string-range more commonly instead of zero-terminated strings.
https://github.com/ocornut/imgui/pull/683