fix(tray): apply patch for tray-icon #5984

Closes #5984.
This commit is contained in:
Slinetrac 2026-01-02 13:49:41 +08:00
parent d75d3bd86e
commit 8a1740d38b
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

9
Cargo.lock generated
View File

@ -7695,7 +7695,7 @@ checksum = "c0e973b34477b7823833469eb0f5a3a60370fef7a453e02d751b59180d0a5a05"
[[package]] [[package]]
name = "tao" name = "tao"
version = "0.34.5" version = "0.34.5"
source = "git+https://github.com/clash-verge-rev/tao?branch=fix%2Fwindows-dark-mode#2676a907a149b5e8962cc15382736a92d2337984" source = "git+https://github.com/tauri-apps/tao#e196538f989894fcb92401fced54d7d3a65fc91a"
dependencies = [ dependencies = [
"bitflags 2.10.0", "bitflags 2.10.0",
"block2 0.6.2", "block2 0.6.2",
@ -7722,7 +7722,7 @@ dependencies = [
"parking_lot", "parking_lot",
"raw-window-handle", "raw-window-handle",
"scopeguard", "scopeguard",
"tao-macros 0.1.3 (git+https://github.com/clash-verge-rev/tao?branch=fix%2Fwindows-dark-mode)", "tao-macros 0.1.3 (git+https://github.com/tauri-apps/tao)",
"unicode-segmentation", "unicode-segmentation",
"url", "url",
"windows 0.61.3", "windows 0.61.3",
@ -7745,7 +7745,7 @@ dependencies = [
[[package]] [[package]]
name = "tao-macros" name = "tao-macros"
version = "0.1.3" version = "0.1.3"
source = "git+https://github.com/clash-verge-rev/tao?branch=fix%2Fwindows-dark-mode#2676a907a149b5e8962cc15382736a92d2337984" source = "git+https://github.com/tauri-apps/tao#e196538f989894fcb92401fced54d7d3a65fc91a"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -9020,8 +9020,7 @@ dependencies = [
[[package]] [[package]]
name = "tray-icon" name = "tray-icon"
version = "0.21.2" version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "git+https://github.com/clash-verge-rev/tray-icon?branch=fix%2Ftray-icon-create#3a8b8846dbf1969f860458b48c7ad1a352493725"
checksum = "e3d5572781bee8e3f994d7467084e1b1fd7a93ce66bd480f8156ba89dee55a2b"
dependencies = [ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"dirs 6.0.0", "dirs 6.0.0",

View File

@ -75,7 +75,8 @@ deelevate = "0.2.0"
# ********************************* # *********************************
[patch.crates-io] [patch.crates-io]
tao = { git = "https://github.com/clash-verge-rev/tao", branch = "fix/windows-dark-mode" } tao = { git = "https://github.com/tauri-apps/tao" }
tray-icon = { git = "https://github.com/clash-verge-rev/tray-icon", branch = "fix/tray-icon-create" }
[workspace.lints.clippy] [workspace.lints.clippy]
correctness = { level = "deny", priority = -1 } correctness = { level = "deny", priority = -1 }