This commit is contained in:
2026-08-31 23:03:24 +01:00
parent cc5db9089a
commit 6e82d0a175
3 changed files with 321 additions and 40 deletions
+3 -2
View File
@@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
iced = { version = "0.14", default-features = false, features = ["wgpu", "wayland", "crisp", "web-colors", "thread-pool"] }
iced_layershell = { version = "0.19", default-features = false }
iced = { version = "0.14", default-features = false, features = ["wgpu", "wayland", "crisp", "web-colors", "thread-pool", "advanced", "tokio"] }
iced_layershell = { version = "0.19", default-features = false }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time"] }