optimize build time

This commit is contained in:
Simon Gardling
2022-07-03 15:20:01 -04:00
parent e3ec27ab40
commit da24718eed
4 changed files with 8 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = fa
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
emath = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
shadow-rs = { version = "0.11", default-features = false }
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" }
@@ -56,7 +56,7 @@ serde = "1"
benchmarks = { path = "./benchmarks" }
[build-dependencies]
shadow-rs = "0.11"
shadow-rs = "0.12"
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"serde",
@@ -64,7 +64,7 @@ egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = fa
bincode = "1.3"
serde = "1"
serde_json = "1"
zstd = "0.11"
zstd = { version = "0.11", default-features = false, features = ["pkg-config"] }
run_script = "0.9"
json5 = "0.4"
itertools = "0.10"