Update dispatch

This commit is contained in:
Youser Nayme 2024-06-23 13:02:17 -04:00
parent a12c320f8c
commit a145b0ea2c
No known key found for this signature in database
GPG Key ID: 08E3619383679CAE
2 changed files with 3 additions and 9 deletions

10
Cargo.lock generated
View File

@ -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",

View File

@ -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"