mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Update dispatch
This commit is contained in:
parent
a12c320f8c
commit
a145b0ea2c
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -1828,12 +1828,6 @@ dependencies = [
|
||||
"winreg 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dispatch"
|
||||
version = "0.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "04e93ca78226c51902d7aa8c12c988338aadd9e85ed9c6be8aaac39192ff3605"
|
||||
|
||||
[[package]]
|
||||
name = "dispatch"
|
||||
version = "0.2.0"
|
||||
@ -7463,7 +7457,7 @@ dependencies = [
|
||||
"crossbeam-utils 0.8.20",
|
||||
"directories-next",
|
||||
"discord-sdk",
|
||||
"dispatch 0.1.4",
|
||||
"dispatch",
|
||||
"dot_vox",
|
||||
"egui",
|
||||
"egui_wgpu_backend",
|
||||
@ -8823,7 +8817,7 @@ dependencies = [
|
||||
"cfg_aliases",
|
||||
"core-foundation",
|
||||
"core-graphics 0.22.3",
|
||||
"dispatch 0.2.0",
|
||||
"dispatch",
|
||||
"instant",
|
||||
"libc",
|
||||
"log",
|
||||
|
@ -147,7 +147,7 @@ discord-sdk = { version = "0.3.0", optional = true }
|
||||
enum-map = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
dispatch = "0.1.4"
|
||||
dispatch = "0.2"
|
||||
|
||||
[target.'cfg(target_family = "windows")'.build-dependencies]
|
||||
winres = "0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user