upgrade cargo dependencies
This commit is contained in:
29
Cargo.toml
29
Cargo.toml
@@ -50,22 +50,22 @@ emath = { git = "https://github.com/titaniumtown/egui.git", default-features = f
|
||||
egui_plot = { version = "0.34.0", default-features = false }
|
||||
|
||||
|
||||
shadow-rs = { version = "0.12", 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.5"
|
||||
ruzstd = "0.8"
|
||||
tracing = "0.1"
|
||||
itertools = "0.10"
|
||||
itertools = "0.14"
|
||||
static_assertions = "1.1"
|
||||
bincode = "1.3"
|
||||
serde = "1"
|
||||
base64 = "0.21"
|
||||
base64 = "0.22"
|
||||
|
||||
[dev-dependencies]
|
||||
benchmarks = { path = "./benchmarks" }
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = "0.12"
|
||||
shadow-rs = "1.4"
|
||||
epaint = { git = "https://github.com/titaniumtown/egui.git", default-features = false, features = [
|
||||
"bytemuck",
|
||||
] }
|
||||
@@ -75,23 +75,21 @@ egui = { git = "https://github.com/titaniumtown/egui.git", default-features = fa
|
||||
bincode = "1.3"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
zstd = { version = "0.11", default-features = false, features = ["pkg-config"] }
|
||||
run_script = "0.9"
|
||||
json5 = "0.4"
|
||||
itertools = "0.10"
|
||||
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]
|
||||
instant = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
getrandom = { version = "0.2" }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
instant = { version = "0.1", features = ["wasm-bindgen"] }
|
||||
lol_alloc = "0.4.0"
|
||||
lol_alloc = "0.4.1"
|
||||
wasm-bindgen = { version = "0.2", default-features = false, features = ["std"] }
|
||||
web-sys = "0.3"
|
||||
tracing-wasm = "0.2"
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
# pinned to 0.4.54 in order to be compatible with nixos's wasm-bindgen-cli version
|
||||
wasm-bindgen-futures = "=0.4.54"
|
||||
|
||||
@@ -103,13 +101,6 @@ skip_optional_dependencies = true #don't test optional dependencies, only featur
|
||||
# ln: failed to create symbolic link '/nix/store/plh3y4gfxgwcacjccv72f551y1k89x75-cargo-vendor-dir/ecolor-0.33.2/qb43vsx43av6kf4h9y4bsmisvbjlcxd1-ecolor-0.33.2': Permission denied
|
||||
# ````
|
||||
|
||||
[patch."https://github.com/emilk/egui_plot.git"]
|
||||
egui = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
eframe = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
epaint = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
emath = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
ecolor = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
|
||||
[patch.crates-io]
|
||||
egui = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
eframe = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
|
||||
Reference in New Issue
Block a user