/iced_template

A simple template for an iced app

Primary LanguageRust

Iced Template

A simple template for developing a GUI application with Rust and iced.

Uses iced::application::Application

Usage:

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