diff options
author | 2019-11-24 11:25:14 +0100 | |
---|---|---|
committer | 2019-11-24 11:26:28 +0100 | |
commit | 9f3abe920271996cc4a9c533ad5e0e75e3d18a3d (patch) | |
tree | 88b04f05a51e61f1a9083e3a63df91665123ea30 /web/Cargo.toml | |
parent | 5b8f6948bb8b995b54de66572644da2885b7fcd8 (diff) | |
download | iced-9f3abe920271996cc4a9c533ad5e0e75e3d18a3d.tar.gz iced-9f3abe920271996cc4a9c533ad5e0e75e3d18a3d.tar.bz2 iced-9f3abe920271996cc4a9c533ad5e0e75e3d18a3d.zip |
Spawn `Command` futures in `iced_web`
Diffstat (limited to 'web/Cargo.toml')
-rw-r--r-- | web/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/Cargo.toml b/web/Cargo.toml index da71c811..1d37e76c 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -18,6 +18,8 @@ maintenance = { status = "actively-developed" } iced_core = { version = "0.1.0-alpha", path = "../core", features = ["command"] } dodrio = "0.1.0" wasm-bindgen = "0.2.51" +wasm-bindgen-futures = "0.4" +futures = "0.3" [dependencies.web-sys] version = "0.3.27" |