update tray icon crate to fix icon conflict

This commit is contained in:
rustdesk
2026-03-14 15:54:54 +08:00
parent 0388d00ad3
commit e3b6e4eaf0
2 changed files with 291 additions and 65 deletions

View File

@@ -160,7 +160,7 @@ piet-coregraphics = "0.6"
foreign-types = "0.3"
[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/tauri-apps/tray-icon", version = "0.21.3" }
tao = { git = "https://github.com/rustdesk-org/tao", branch = "dev" }
image = "0.24"