init
This commit is contained in:
commit
1af939a901
8 changed files with 3559 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "lumina-iced-test"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
iced = { version = "0.10.0", features = ["image", "debug"] }
|
||||
iced_aw = "0.7.0"
|
||||
iced_winit = "0.10.0"
|
Loading…
Add table
Add a link
Reference in a new issue