diff options
author | 2019-10-23 02:33:07 +0200 | |
---|---|---|
committer | 2019-10-23 02:33:07 +0200 | |
commit | c7ef9d0da705d8f27011fe41d2103c73aae42d2d (patch) | |
tree | bbd2baf6ac62426d278c8babef18e1cce49b3872 /web/Cargo.toml | |
parent | 871eb414303804233ed50d43bb9b98a7037cbd4c (diff) | |
download | iced-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.toml | 3 |
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" |