File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -681,6 +681,22 @@ to be coming out very soon.
681681[ rend3-github ] : https://github.com/BVE-Reborn/rend3
682682[ rend3-crates ] : https://crates.io/crates/rend3
683683
684+ ### [ imgui-rs] [ imgui-rs ] v0.8
685+
686+ [ imgui-rs] [ imgui-rs ] is the Rust bindings for the Dear ImGui framework,
687+ allowing users to easily build up complex debug widgets and tools.
688+
689+ In [ v0.8.0] [ v0.8.0 ] , the library's API continued its overhaul to both be more
690+ similar to the C++ API while feeling like native Rust. Specifically,
691+ the odious ` im_str! ` macro was deprecated -- using inline strings directly
692+ (and anything ` AsRef<str> ` ) simply works. Most functions also make extensive
693+ use of RAII-style drop tokens to track ` begin ` /` end ` calls.
694+ Lastly, it was updated to use current Dear ImGui v1.84, and bound to
695+ the new APIs, including the new Tables API.
696+
697+ [ imgui-rs ] : https://github.com/imgui-rs/imgui-rs
698+ [ v0.8.0 ] : https://github.com/imgui-rs/imgui-rs/releases/tag/v0.8.0
699+
684700## Popular Workgroup Issues in Github
685701
686702<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments