We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
async-await
iced_futures
1 parent ea3cb63 commit 5d1de9dCopy full SHA for 5d1de9d
2 files changed
futures/Cargo.toml
@@ -24,7 +24,7 @@ thread-pool = ["futures/thread-pool"]
24
iced_core.workspace = true
25
26
futures.workspace = true
27
-futures.features = ["std"]
+futures.features = ["std", "async-await"]
28
29
log.workspace = true
30
rustc-hash.workspace = true
src/lib.rs
@@ -487,8 +487,8 @@ pub use iced_futures::stream;
487
feature = "smol"
488
)))]
489
compile_error!(
490
- "No futures executor has been enabled! You must enable an
491
- executor feature.\n
+ "No futures executor has been enabled! You must enable an \
+ executor feature.\n\
492
Available options: thread-pool, tokio, or smol."
493
);
494
0 commit comments