cleanup dependencies

This commit is contained in:
Simon Gardling
2023-11-20 12:40:41 -05:00
parent 0087bcf431
commit ac3054354c
5 changed files with 50 additions and 43 deletions

View File

@@ -50,7 +50,7 @@ egui_plot = { git = "https://github.com/titaniumtown/egui.git", default-features
shadow-rs = { version = "0.12", default-features = false }
const_format = { version = "0.2", default-features = false, features = ["fmt"] }
cfg-if = "1"
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" }
ruzstd = "0.5"
tracing = "0.1"
itertools = "0.10"
static_assertions = "1.1"
@@ -83,8 +83,7 @@ getrandom = { version = "0.2" }
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant = { version = "0.1", features = ["wasm-bindgen"] }
#wee_alloc = "0.4"
lol_alloc = { git = "https://github.com/Craig-Macomber/lol_alloc" }
lol_alloc = "0.4.0"
wasm-bindgen = { version = "0.2", default-features = false, features = ["std"] }
web-sys = "0.3"
tracing-wasm = "0.2"