feat: add governor crate for rate limiting and improve window/tray operation handling

This commit is contained in:
Tunglies
2025-12-27 20:27:49 +08:00
parent 2c1303c2bd
commit c41db51f81
6 changed files with 120 additions and 152 deletions

View File

@@ -100,6 +100,7 @@ clash_verge_service_ipc = { version = "2.0.26", features = [
arc-swap = "1.7.1"
rust_iso3166 = "0.1.14"
dark-light = "2.0.0"
governor = "0.10.4"
[target.'cfg(windows)'.dependencies]
deelevate = { workspace = true }