single instance

This commit is contained in:
Tw93
2024-12-21 22:06:29 +08:00
parent 8b00a1ddda
commit e58c8ec0f1
4 changed files with 538 additions and 20 deletions

View File

@@ -27,6 +27,7 @@ tauri-plugin-http = "2.2.0"
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
tauri-plugin-global-shortcut = { version = "2.2.0" }
tauri-plugin-shell = "2.2.0"
tauri-plugin-single-instance = "2"
tokio = { version = "1", features = ["full"] }
[features]