summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-02-16 22:40:57 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-16 22:40:57 +0100
commitd7563ee94ad70a0105cd8a41334392a19bc91dd2 (patch)
treea68a13ba447b91951efcb599d48ce4034545133c /Cargo.toml
parentd6848977bcad767a8e8ae83b5069726615886947 (diff)
parent6a584af1411b713fab52400712031bfa82bccd18 (diff)
downloadiced-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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c8a6a37..364f1b5c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -185,7 +185,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"