Enable std and async-await of futures dependency

This commit is contained in:
Héctor Ramón Jiménez 2025-12-07 21:07:00 +01:00
parent b807f506c0
commit 349e40f600
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 1 additions and 4 deletions

View file

@ -22,10 +22,7 @@ thread-pool = ["futures/thread-pool"]
[dependencies]
iced_core.workspace = true
futures.workspace = true
futures.features = ["std", "async-await"]
log.workspace = true
rustc-hash.workspace = true