diff options
author | 2025-02-02 22:44:05 -0300 | |
---|---|---|
committer | 2025-02-02 22:44:05 -0300 | |
commit | 6a584af1411b713fab52400712031bfa82bccd18 (patch) | |
tree | cddab91bcd26390a4d78f8176e6e9c5b3774ce84 /Cargo.toml | |
parent | 599d8b560bec8036c5ddda62a7bf0a540bdec396 (diff) | |
download | iced-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |