diff options
author | 2019-11-24 19:15:28 +0100 | |
---|---|---|
committer | 2019-11-24 19:15:28 +0100 | |
commit | bbcd16c3358e641b8ab1877b802d1f7c5709943d (patch) | |
tree | 72c805ce46792f3c038d2d7ea127263ae965a779 /web/Cargo.toml | |
parent | 700390bdb297a5fc2eb356b10f9ed2656cc75daa (diff) | |
parent | 2b2a0f12c75032453fbefd2491d3ef51ff0ba88e (diff) | |
download | iced-bbcd16c3358e641b8ab1877b802d1f7c5709943d.tar.gz iced-bbcd16c3358e641b8ab1877b802d1f7c5709943d.tar.bz2 iced-bbcd16c3358e641b8ab1877b802d1f7c5709943d.zip |
Merge pull request #66 from hecrj/feature/new-web-tour
Make `tour` work with `iced_web` again
Diffstat (limited to 'web/Cargo.toml')
-rw-r--r-- | web/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/Cargo.toml b/web/Cargo.toml index 473bde17..1d37e76c 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -15,9 +15,11 @@ categories = ["web-programming"] maintenance = { status = "actively-developed" } [dependencies] -iced_core = { version = "0.1.0-alpha", path = "../core" } +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" |