Fix clippy::unused_async

This commit is contained in:
Héctor Ramón Jiménez 2023-09-20 05:36:11 +02:00
parent f8f1a86344
commit 432d9f5f97
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 22 additions and 12 deletions

View file

@ -7,7 +7,11 @@ publish = false
[dependencies]
iced.workspace = true
iced.features = ["debug", "image", "advanced"]
iced.features = ["debug", "image", "advanced", "tokio"]
image.workspace = true
image.features = ["png"]
tokio.workspace = true
image = { workspace = true, features = ["png"]}
tracing-subscriber = "0.3"