Fix Wasm build of todos example

This commit is contained in:
Héctor Ramón Jiménez 2023-09-04 03:02:46 +02:00
parent 34495bba1c
commit 837529bc99
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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"