[fix] update setup

This commit is contained in:
2025-11-08 23:57:26 +08:00
parent cd19faba47
commit 5e663dc79e
20 changed files with 1064 additions and 626 deletions

View File

@@ -63,6 +63,7 @@ notify = "8.2.0"
dirs = "6.0.0"
tokio = { version = "1.40", features = ["process"] }
gfxinfo = "0.1.2"
url = "2.5"
[target.'cfg(windows)'.dependencies] # Windows Only
winreg = "0.55.0"
@@ -78,3 +79,4 @@ custom-protocol = [ "tauri/custom-protocol" ]
tauri-plugin-cli = "2.4.1"
tauri-plugin-global-shortcut = "2.3.1"
tauri-plugin-single-instance = "2.3.6"
tauri-plugin-updater = "2"