diff options
author | 2025-02-16 22:40:57 +0100 | |
---|---|---|
committer | 2025-02-16 22:40:57 +0100 | |
commit | d7563ee94ad70a0105cd8a41334392a19bc91dd2 (patch) | |
tree | a68a13ba447b91951efcb599d48ce4034545133c /examples/todos/Cargo.toml | |
parent | d6848977bcad767a8e8ae83b5069726615886947 (diff) | |
parent | 6a584af1411b713fab52400712031bfa82bccd18 (diff) | |
download | iced-d7563ee94ad70a0105cd8a41334392a19bc91dd2.tar.gz iced-d7563ee94ad70a0105cd8a41334392a19bc91dd2.tar.bz2 iced-d7563ee94ad70a0105cd8a41334392a19bc91dd2.zip |
Merge pull request #2780 from l4l/forked-wasmtimer
Use working wasmtimer for time::every
Diffstat (limited to 'examples/todos/Cargo.toml')
-rw-r--r-- | examples/todos/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/todos/Cargo.toml b/examples/todos/Cargo.toml index 5d42a88d..2b49e4e9 100644 --- a/examples/todos/Cargo.toml +++ b/examples/todos/Cargo.toml @@ -24,7 +24,7 @@ iced.features = ["debug", "webgl", "fira-sans"] uuid = { version = "1.0", features = ["js"] } web-sys = { workspace = true, features = ["Window", "Storage"] } -wasm-timer.workspace = true +wasmtimer.workspace = true [dev-dependencies] iced_test.workspace = true |