refactor: update dependencies and improve keyboard event handling in KLauncherApp
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user