diff options
author | 2023-09-04 03:02:46 +0200 | |
---|---|---|
committer | 2023-09-04 03:02:46 +0200 | |
commit | 837529bc995a728300c61fc102474cc31f7a6500 (patch) | |
tree | 5f277be9021ebc47511a57f00b05ff3f98712498 /examples/todos | |
parent | 34495bba1c1ffaa4ea2bab46103b5d66e333c51e (diff) | |
download | iced-837529bc995a728300c61fc102474cc31f7a6500.tar.gz iced-837529bc995a728300c61fc102474cc31f7a6500.tar.bz2 iced-837529bc995a728300c61fc102474cc31f7a6500.zip |
Fix Wasm build of `todos` example
Diffstat (limited to 'examples/todos')
-rw-r--r-- | examples/todos/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/todos/Cargo.toml b/examples/todos/Cargo.toml index 4a35cfe6..7292f665 100644 --- a/examples/todos/Cargo.toml +++ b/examples/todos/Cargo.toml @@ -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" |