refactor: update dependencies and improve keyboard event handling in KLauncherApp

This commit is contained in:
2026-03-15 16:37:46 +01:00
parent 6780444caa
commit c059961854
3 changed files with 8 additions and 98 deletions

View File

@@ -13,7 +13,7 @@ resolver = "2"
[workspace.dependencies]
async-trait = "0.1"
futures = "0.3"
iced = { version = "0.14", features = ["canvas", "image", "svg", "tokio", "wgpu"] }
iced = { version = "0.14", features = ["image", "svg", "tokio", "tiny-skia"] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.35", features = ["full"] }
tokio = { version = "1.35", features = ["rt-multi-thread", "macros"] }
tracing = "0.1"