How to create a simple GTK app with menu bar and button with Rust?
I can’t seem to find a way to create menubar and a simple button.
i have an issue with Gtk-rs
I recently installed gtk-rs, more specifically version 0.8.2, but when I run the “minimal” code to test it, I get an infinite loop of code (some code is displayed in my terminal) and my application doesn’t respond, why?