Make tour example work on Wasm again

This commit is contained in:
Héctor Ramón Jiménez 2019-10-23 02:34:11 +02:00
parent c7ef9d0da7
commit 6145140816
3 changed files with 23 additions and 6 deletions

View file

@ -32,3 +32,6 @@ iced_web = { version = "0.1.0-alpha", path = "web" }
[dev-dependencies]
env_logger = "0.7"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen = "0.2.51"