upgrade tao which may solve tray theme issue on windows

This commit is contained in:
rustdesk
2023-08-19 10:45:55 +08:00
parent 622b2f3858
commit 73c19803a2
2 changed files with 21 additions and 41 deletions

View File

@@ -111,7 +111,7 @@ objc_id = "0.1"
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
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 = "dev" }
image = "0.24"
[target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies]