We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf99f3 commit 68fcea7Copy full SHA for 68fcea7
packages/yew/Cargo.toml
@@ -18,7 +18,7 @@ rust-version = "1.60.0"
18
19
[dependencies]
20
console_error_panic_hook = "0.1"
21
-gloo = "0.8"
+gloo = { version = "0.8", features = ["futures"] }
22
gloo-utils = "0.1.0"
23
indexmap = { version = "1", features = ["std"] }
24
js-sys = "0.3"
0 commit comments