This commit is contained in:
2026-09-01 09:14:26 +07:00
parent 6a7bf17e6e
commit 8f272f1fe8
2 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ console_log = "1.0"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
js-sys = "0.3"
web-sys = { version = "0.3", features = ["Window", "Performance"] }
web-sys = { version = "0.3", features = ["Window", "Performance", "console", "DomException"] }
universal-time = { git = "https://github.com/shadowylab/universal-time" }
[target.'cfg(target_arch = "wasm32")'.dependencies]