This commit is contained in:
2025-12-05 13:13:03 -05:00
parent c9eff77dff
commit 63bd73e444
8 changed files with 46 additions and 226 deletions

View File

@@ -48,9 +48,6 @@ epaint = { git = "https://github.com/titaniumtown/egui.git", default-features =
emath = { git = "https://github.com/titaniumtown/egui.git", default-features = false }
egui_plot = { version = "0.34.0", default-features = false }
shadow-rs = { version = "1.4", default-features = false }
const_format = { version = "0.2", default-features = false, features = ["fmt"] }
cfg-if = "1"
ruzstd = "0.8"
tracing = "0.1"
@@ -76,7 +73,6 @@ serde = "1"
serde_json = "1"
zstd = { version = "0.13", default-features = false, features = ["pkg-config"] }
run_script = "0.11"
json5 = "1.0"
itertools = "0.14"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]