Enable std and async-await of futures dependency
This commit is contained in:
parent
b807f506c0
commit
349e40f600
2 changed files with 1 additions and 4 deletions
|
|
@ -192,7 +192,7 @@ bytes = "1.6"
|
||||||
cargo-hot = { version = "0.1", package = "cargo-hot-protocol" }
|
cargo-hot = { version = "0.1", package = "cargo-hot-protocol" }
|
||||||
cosmic-text = "0.15"
|
cosmic-text = "0.15"
|
||||||
cryoglyph = "0.1"
|
cryoglyph = "0.1"
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
|
||||||
glam = "0.25"
|
glam = "0.25"
|
||||||
guillotiere = "0.6"
|
guillotiere = "0.6"
|
||||||
half = "2.2"
|
half = "2.2"
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,7 @@ thread-pool = ["futures/thread-pool"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced_core.workspace = true
|
iced_core.workspace = true
|
||||||
|
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
futures.features = ["std", "async-await"]
|
|
||||||
|
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
rustc-hash.workspace = true
|
rustc-hash.workspace = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue