imgui support - raylib-rs/raylib-rs GitHub Wiki
How to integrate imgui into raylib
- Copy everything before
mainin imgui example(~700 lines) - Paste it into your project(maybe stick it into another file and import the things)
cargo add imgui
main in imgui example(~700 lines)cargo add imgui