|
@@ -39,7 +39,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|
|
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
|
|
|
sysproxy = { git="https://github.com/zzzgydi/sysproxy-rs", branch = "main" }
|
|
|
auto-launch = { git="https://github.com/zzzgydi/auto-launch", branch = "main" }
|
|
|
-tauri = { version = "1.5", features = [ "path-all", "protocol-asset", "dialog-open", "notification-all", "icon-png", "clipboard-all", "global-shortcut-all", "process-all", "shell-all", "system-tray", "updater", "window-all"] }
|
|
|
+tauri = { version = "1.5", features = [ "path-all", "protocol-asset", "dialog-open", "notification-all", "icon-png", "clipboard-all", "global-shortcut-all", "process-all", "shell-all", "system-tray", "updater", "window-all", "devtools"] }
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
|
runas = "=1.0.0" # 高版本会返回错误 Status
|