Make tour example work on Wasm again
This commit is contained in:
parent
c7ef9d0da7
commit
6145140816
3 changed files with 23 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue