This commit is contained in:
2026-08-31 13:22:56 +01:00
parent 9cd0137e16
commit 3573b7bc1f
2 changed files with 290 additions and 39 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
iced = { version = "0.14", default-features = false, features = ["wgpu", "wayland", "crisp", "web-colors", "thread-pool"] }
iced = { version = "0.14", default-features = false, features = ["wgpu", "wayland", "crisp", "web-colors", "thread-pool", "advanced"] }
iced_layershell = { version = "0.19", default-features = false }