summaryrefslogtreecommitdiffstats
path: root/web/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-23 02:33:07 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-23 02:33:07 +0200
commitc7ef9d0da705d8f27011fe41d2103c73aae42d2d (patch)
treebbd2baf6ac62426d278c8babef18e1cce49b3872 /web/Cargo.toml
parent871eb414303804233ed50d43bb9b98a7037cbd4c (diff)
downloadiced-c7ef9d0da705d8f27011fe41d2103c73aae42d2d.tar.gz
iced-c7ef9d0da705d8f27011fe41d2103c73aae42d2d.tar.bz2
iced-c7ef9d0da705d8f27011fe41d2103c73aae42d2d.zip
Connect `iced_web` with `iced` properly
Diffstat (limited to 'web/Cargo.toml')
-rw-r--r--web/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/Cargo.toml b/web/Cargo.toml
index d5a987b0..473bde17 100644
--- a/web/Cargo.toml
+++ b/web/Cargo.toml
@@ -17,8 +17,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
iced_core = { version = "0.1.0-alpha", path = "../core" }
dodrio = "0.1.0"
-futures-preview = "=0.3.0-alpha.18"
-wasm-bindgen = "0.2.50"
+wasm-bindgen = "0.2.51"
[dependencies.web-sys]
version = "0.3.27"