try fix x86 align in tray-item

This commit is contained in:
rustdesk 2023-06-05 23:09:01 +08:00
parent e6d562be19
commit 98180d4505
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -6100,7 +6100,7 @@ dependencies = [
[[package]]
name = "tray-icon"
version = "0.5.1"
source = "git+https://github.com/tauri-apps/tray-icon#16330c278904c63a8f9ba98978604fc8e76d825d"
source = "git+https://github.com/rustdesk-org/tray-icon#ef98e7b98abed2e3da614277eced12a85bfb717c"
dependencies = [
"cocoa",
"core-graphics",

View File

@ -111,7 +111,7 @@ fruitbasket = "0.10"
objc_id = "0.1"
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
tray-icon = { git = "https://github.com/tauri-apps/tray-icon" }
tray-icon = { git = "https://github.com/rustdesk-org/tray-icon" }
tao = { git = "https://github.com/rustdesk-org/tao", branch = "muda" }
image = "0.24"