This commit is contained in:
Fractal-Tess
2023-05-14 14:34:58 +03:00
parent cfc67fffc6
commit 1311519fb1
4 changed files with 24 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ serde_json = "1.0"
sha2 = "0.10.6"
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2.3", features = ["api-all", "devtools"] }
tauri = { version = "1.2.3", features = ["api-all", "devtools", "updater"] }
[features]
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL