Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanchevk/iced_template

A simple template for an iced app
https://github.com/tanchevk/iced_template

cargo-generate iced iced-rs

Last synced: about 2 months ago
JSON representation

A simple template for an iced app

Awesome Lists containing this project

README

        

# Iced Template
A simple template for developing a GUI application with Rust and [iced](https://iced.rs).

Uses `iced::application::Application`
## Usage:
```shell
cargo generate --git gh:Theboiboi8/iced_template.git --name
```

where `` 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`