Fix Wasm build of todos example
This commit is contained in:
parent
34495bba1c
commit
837529bc99
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ async-std = "1.0"
|
|||
directories-next = "2.0"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
uuid = { version = "1.0", features = ["js"] }
|
||||
web-sys = { version = "0.3", features = ["Window", "Storage"] }
|
||||
wasm-timer = "0.2"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue