[deskotp/tauri] update tauri, remove the need for nsis template

This commit is contained in:
Vladimir Stoilov
2024-05-31 07:11:42 +03:00
parent ce43e2a81f
commit 31b99e7647
11 changed files with 119 additions and 1670 deletions

View File

@@ -12,11 +12,11 @@ rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "2.0.0-beta.15", features = [] }
tauri-build = { version = "2.0.0-beta.17", features = [] }
[dependencies]
# Tauri
tauri = { version = "2.0.0-beta.19", features = ["tray-icon", "image-png", "config-json5"] }
tauri = { version = "2.0.0-beta.22", features = ["tray-icon", "image-png", "config-json5"] }
tauri-plugin-shell = "2.0.0-beta"
tauri-plugin-dialog = "2.0.0-beta"
tauri-plugin-clipboard-manager = "2.0.0-beta"
@@ -26,7 +26,7 @@ tauri-plugin-cli = "2.0.0-beta"
tauri-plugin-notification = "2.0.0-beta"
tauri-plugin-log = "2.0.0-beta"
tauri-cli = "2.0.0-beta.17"
tauri-cli = "2.0.0-beta.20"
# General
serde_json = "1.0"
@@ -49,6 +49,9 @@ thiserror = "1.0"
log = "0.4.21"
reqwest = { version = "0.12" }
rfd = { version = "*", default-features = false, features = [ "tokio", "gtk3", "common-controls-v6" ] }
open = "5.1.3"
# Linux only
[target.'cfg(target_os = "linux")'.dependencies]
glib = "0.18.4"