From 6a584af1411b713fab52400712031bfa82bccd18 Mon Sep 17 00:00:00 2001 From: Kitsu Date: Sun, 2 Feb 2025 22:44:05 -0300 Subject: Use working wasmtimer for time::every --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit