Fix clippy::unused_async
This commit is contained in:
parent
f8f1a86344
commit
432d9f5f97
3 changed files with 22 additions and 12 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue