summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Kitsu <mail@kitsu.me>2025-02-02 22:44:05 -0300
committerLibravatar Kitsu <mail@kitsu.me>2025-02-02 22:44:05 -0300
commit6a584af1411b713fab52400712031bfa82bccd18 (patch)
treecddab91bcd26390a4d78f8176e6e9c5b3774ce84 /Cargo.toml
parent599d8b560bec8036c5ddda62a7bf0a540bdec396 (diff)
downloadiced-6a584af1411b713fab52400712031bfa82bccd18.tar.gz
iced-6a584af1411b713fab52400712031bfa82bccd18.tar.bz2
iced-6a584af1411b713fab52400712031bfa82bccd18.zip
Use working wasmtimer for time::every
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d365e146..4d6531e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -184,7 +184,7 @@ tracing = "0.1"
unicode-segmentation = "1.0"
url = "2.5"
wasm-bindgen-futures = "0.4"
-wasm-timer = "0.2"
+wasmtimer = "0.4.1"
web-sys = "0.3.69"
web-time = "1.1"
wgpu = "23.0"