fix: auto launch does not worki

This commit is contained in:
huzibaca
2024-11-20 03:52:19 +08:00
parent 67a32e60c7
commit bb44fc51bd
8 changed files with 73 additions and 76 deletions

View File

@@ -30,7 +30,6 @@ once_cell = "1.19"
port_scanner = "0.1.5"
delay_timer = "0.11"
parking_lot = "0.12"
auto-launch = "0.5.0"
percent-encoding = "2.3.1"
window-shadows = { version = "0.2.2" }
tokio = { version = "1", features = ["full"] }
@@ -67,6 +66,7 @@ url = "2.5.2"
users = "0.11.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-autostart = "2.0.0-rc"
tauri-plugin-global-shortcut = "2.0.1"
tauri-plugin-updater = "2.0.2"
tauri-plugin-window-state = "2.0.2"