Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 415 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 415 Bytes

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