Forgot to commit this

This commit is contained in:
2025-07-17 17:22:44 -07:00
parent f795e7d427
commit 0c56112685
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2.3.0", features = [] }
[dependencies]
tauri = { version = "2.6.2", features = [] }
tauri = { version = "2.6.2", features = ["macos-private-api"] }
tauri-plugin-opener = "2.4.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"