try fix x86 align in tray-item
This commit is contained in:
parent
e6d562be19
commit
98180d4505
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -6100,7 +6100,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "tray-icon"
|
name = "tray-icon"
|
||||||
version = "0.5.1"
|
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 = [
|
dependencies = [
|
||||||
"cocoa",
|
"cocoa",
|
||||||
"core-graphics",
|
"core-graphics",
|
||||||
|
@ -111,7 +111,7 @@ fruitbasket = "0.10"
|
|||||||
objc_id = "0.1"
|
objc_id = "0.1"
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
|
[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" }
|
tao = { git = "https://github.com/rustdesk-org/tao", branch = "muda" }
|
||||||
image = "0.24"
|
image = "0.24"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user