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

@ -192,7 +192,7 @@ bytes = "1.6"
cargo-hot = { version = "0.1", package = "cargo-hot-protocol" }
cosmic-text = "0.15"
cryoglyph = "0.1"
futures = { version = "0.3", default-features = false }
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
glam = "0.25"
guillotiere = "0.6"
half = "2.2"

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