[deskotp/tauri] update tauri, remove the need for nsis template
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user