cleanup + remove Instant + remove Info window

This commit is contained in:
2025-12-05 13:50:55 -05:00
parent 63bd73e444
commit 957c286e59
6 changed files with 10 additions and 70 deletions

View File

@@ -76,11 +76,9 @@ run_script = "0.11"
itertools = "0.14"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
instant = "0.1"
tracing-subscriber = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant = { version = "0.1", features = ["wasm-bindgen"] }
lol_alloc = "0.4.1"
wasm-bindgen = { version = "0.2", default-features = false, features = ["std"] }
web-sys = "0.3"