Example Rust GTK4 application This is a simple example of a GTK4 application written in Rust using the crate gtk4. Build To build the application, run: cargo build Run To run the application, run: cargo run