feat(All): devtools in release

This commit is contained in:
AkiChase 2024-05-05 08:15:41 +08:00
parent 96946c5b05
commit 2bdd4471ec

View File

@ -11,7 +11,7 @@ edition = "2021"
tauri-build = { version = "2.0.0-beta", features = [] }
[dependencies]
tauri = { version = "2.0.0-beta.15", features = ["macos-private-api"] }
tauri = { version = "2.0.0-beta.15", features = ["macos-private-api", "devtools"] }
tauri-plugin-store = "2.0.0-beta.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"