Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tanchevk/iced_template
- Owner: tanchevk
- Created: 2024-02-25T11:57:04.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-09T13:24:12.000Z (9 months ago)
- Last Synced: 2024-10-09T18:23:18.274Z (4 months ago)
- Topics: cargo-generate, iced, iced-rs
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`