This commit is contained in:
Chris Cochrun 2023-10-08 13:57:57 -05:00
commit 1af939a901
8 changed files with 3559 additions and 0 deletions

11
Cargo.toml Normal file
View 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"