A simple template for developing a GUI application with Rust and iced.
Uses iced::application::Application
cargo generate --git gh:Theboiboi8/iced_template.git --name <name>
where <name>
is the name of your project.
Important
You need to have cargo-generate
installed for the above step.
Install it using cargo install cargo-generate