Finish launcher except for notifies and something else

This commit is contained in:
2025-10-31 21:54:28 -07:00
parent 228c639f40
commit b51dcbf770
7 changed files with 4 additions and 31 deletions

View File

@@ -12,7 +12,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2.5.1", features = [] }
[dependencies]
tauri = { version = "2.9.2", features = [] }
tauri = { version = "2.9.2", features = ["macos-private-api"] }
tauri-plugin-opener = "2.5.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"