update dependencies
This commit is contained in:
parent
3eb5d584c0
commit
cb55ce84e6
27
Cargo.lock
generated
27
Cargo.lock
generated
@ -485,7 +485,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "eframe"
|
name = "eframe"
|
||||||
version = "0.17.0"
|
version = "0.17.0"
|
||||||
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
|
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"egui",
|
"egui",
|
||||||
"egui-winit",
|
"egui-winit",
|
||||||
@ -497,7 +497,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "egui"
|
name = "egui"
|
||||||
version = "0.17.0"
|
version = "0.17.0"
|
||||||
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
|
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"epaint",
|
"epaint",
|
||||||
@ -508,7 +508,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "egui-winit"
|
name = "egui-winit"
|
||||||
version = "0.17.0"
|
version = "0.17.0"
|
||||||
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
|
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arboard",
|
"arboard",
|
||||||
"egui",
|
"egui",
|
||||||
@ -523,7 +523,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "egui_glow"
|
name = "egui_glow"
|
||||||
version = "0.17.0"
|
version = "0.17.0"
|
||||||
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
|
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"egui",
|
"egui",
|
||||||
@ -540,7 +540,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "egui_web"
|
name = "egui_web"
|
||||||
version = "0.17.0"
|
version = "0.17.0"
|
||||||
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
|
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"egui",
|
"egui",
|
||||||
@ -563,7 +563,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "emath"
|
name = "emath"
|
||||||
version = "0.17.0"
|
version = "0.17.0"
|
||||||
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
|
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
]
|
]
|
||||||
@ -571,7 +571,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "epaint"
|
name = "epaint"
|
||||||
version = "0.17.0"
|
version = "0.17.0"
|
||||||
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
|
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ab_glyph",
|
"ab_glyph",
|
||||||
"ahash",
|
"ahash",
|
||||||
@ -585,7 +585,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "epi"
|
name = "epi"
|
||||||
version = "0.17.0"
|
version = "0.17.0"
|
||||||
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
|
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"egui",
|
"egui",
|
||||||
"glow",
|
"glow",
|
||||||
@ -681,7 +681,7 @@ dependencies = [
|
|||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"libc",
|
"libc",
|
||||||
"wasi 0.10.2+wasi-snapshot-preview1",
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -1765,11 +1765,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "time"
|
name = "time"
|
||||||
version = "0.1.43"
|
version = "0.1.44"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
||||||
"winapi",
|
"winapi",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -1956,9 +1957,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasi"
|
name = "wasi"
|
||||||
version = "0.10.2+wasi-snapshot-preview1"
|
version = "0.10.0+wasi-snapshot-preview1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasi"
|
name = "wasi"
|
||||||
|
|||||||
50
Cargo.toml
50
Cargo.toml
@ -34,44 +34,44 @@ epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features =
|
|||||||
epi = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
|
epi = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
|
||||||
emath = { 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.0", default-features = false }
|
shadow-rs = { version = "0.11", default-features = false }
|
||||||
const_format = { version = "0.2.22", default-features = false, features = [
|
const_format = { version = "0.2", default-features = false, features = [
|
||||||
"fmt",
|
"fmt",
|
||||||
] }
|
] }
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1"
|
||||||
tar = "0.4.38"
|
tar = "0.4"
|
||||||
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git", branch = "ringbuffer" }
|
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git", branch = "ringbuffer" }
|
||||||
serde_json = "1.0.79"
|
serde_json = "1.0"
|
||||||
tracing = "0.1.34"
|
tracing = "0.1"
|
||||||
itertools = "0.10.3"
|
itertools = "0.10"
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1"
|
||||||
phf = "0.10.1"
|
phf = "0.10"
|
||||||
uuid = { version = "1.0.0", features = ["v4", "fast-rng", "js"] }
|
uuid = { version = "1", features = ["v4", "fast-rng", "js"] }
|
||||||
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
shadow-rs = "0.11.0"
|
shadow-rs = "0.11"
|
||||||
command-run = "1.1.1"
|
command-run = "1.1"
|
||||||
phf_codegen = "0.10.0"
|
phf_codegen = "0.10"
|
||||||
itertools = "0.10.3"
|
itertools = "0.10"
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
instant = "0.1.12"
|
instant = "0.1"
|
||||||
tracing-subscriber = "0.3.11"
|
tracing-subscriber = "0.3"
|
||||||
rayon = { version = "1.5.2", optional = true }
|
rayon = { version = "1.5", optional = true }
|
||||||
async-lock = { version = "2.5.0", optional = true }
|
async-lock = { version = "2.5", optional = true }
|
||||||
|
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
|
instant = { version = "0.1", features = ["wasm-bindgen"] }
|
||||||
console_error_panic_hook = "0.1.7"
|
console_error_panic_hook = "0.1"
|
||||||
wee_alloc = "0.4.5"
|
wee_alloc = "0.4"
|
||||||
wasm-bindgen = { version = "0.2.80", default-features = false, features = [
|
wasm-bindgen = { version = "0.2", default-features = false, features = [
|
||||||
"std",
|
"std",
|
||||||
] }
|
] }
|
||||||
web-sys = "0.3.57"
|
web-sys = "0.3"
|
||||||
tracing-wasm = "0.2.1"
|
tracing-wasm = "0.2"
|
||||||
|
|
||||||
[package.metadata.cargo-all-features]
|
[package.metadata.cargo-all-features]
|
||||||
skip_optional_dependencies = true #don't test optional dependencies, only features
|
skip_optional_dependencies = true #don't test optional dependencies, only features
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user