File tree 1 file changed +16
-0
lines changed
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.
681
681
[ rend3-github ] : https://github.com/BVE-Reborn/rend3
682
682
[ rend3-crates ] : https://crates.io/crates/rend3
683
683
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
+
684
700
## Popular Workgroup Issues in Github
685
701
686
702
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments