update Cargo.toml
This commit is contained in:
@@ -53,7 +53,7 @@ tracing = "0.1"
|
||||
itertools = "0.10"
|
||||
static_assertions = "1.1"
|
||||
uuid = { version = "1", features = ["v4", "fast-rng", "js"] }
|
||||
bincode = "1.3.3"
|
||||
bincode = "1.3"
|
||||
serde = "1"
|
||||
|
||||
|
||||
@@ -62,14 +62,13 @@ benchmarks = { path = "./benchmarks" }
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = "0.11"
|
||||
command-run = "1.1"
|
||||
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
|
||||
"serde",
|
||||
] }
|
||||
bincode = "1.3.3"
|
||||
bincode = "1.3"
|
||||
serde = "1"
|
||||
serde_json = "1.0"
|
||||
zstd = "0.11.1+zstd.1.5.2"
|
||||
serde_json = "1"
|
||||
zstd = "0.11"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
instant = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user