iced-template: init
This commit is contained in:
commit
8f0abd2b78
8 changed files with 4192 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "iced-template"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dependencies.iced]
|
||||
version = "0.14.0"
|
||||
Loading…
Reference in a new issue