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

13
Cargo.lock generated
View File

@@ -1325,18 +1325,6 @@ dependencies = [
"str_stack",
]
[[package]]
name = "instant"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "is-terminal"
version = "0.4.17"
@@ -3997,7 +3985,6 @@ dependencies = [
"egui_plot",
"emath",
"epaint",
"instant",
"itertools 0.14.0",
"lol_alloc",
"parsing",