[fix] function call
This commit is contained in:
@@ -15,24 +15,24 @@ rust-version = "1.66"
|
||||
tauri-build = { version = "2.0.3", features = [] }
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0.214", features = ["derive"] }
|
||||
tauri = { version = "2.1.0", features = [ "macos-private-api",
|
||||
serde_json = "1.0.140"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
tauri = { version = "2.3.1", features = [ "macos-private-api",
|
||||
"tray-icon"
|
||||
] }
|
||||
window-vibrancy = "0.5.2"
|
||||
tauri-plugin-process = "2.0.1"
|
||||
tauri-plugin-fs = "2.0.3"
|
||||
tauri-plugin-dialog = "2"
|
||||
tauri-plugin-os = "2.0.1"
|
||||
tauri-plugin-clipboard-manager = "2.0.2"
|
||||
tauri-plugin-shell = "2.0.2"
|
||||
tauri-plugin-http = "2.0.3"
|
||||
tauri-plugin-notification = "2.0.1"
|
||||
window-vibrancy = "0.6.0"
|
||||
tauri-plugin-process = "2.2.0"
|
||||
tauri-plugin-fs = "2.2.0"
|
||||
tauri-plugin-dialog = "2.2.0"
|
||||
tauri-plugin-os = "2.2.1"
|
||||
tauri-plugin-clipboard-manager = "2.2.2"
|
||||
tauri-plugin-shell = "2.2.0"
|
||||
tauri-plugin-http = "2.4.0"
|
||||
tauri-plugin-notification = "2.2.2"
|
||||
tauri-plugin-valtio = "1.1.1"
|
||||
tauri-plugin-store = "2.1.0"
|
||||
tauri-plugin-store = "2.2.0"
|
||||
[target.'cfg(windows)'.dependencies] # Windows Only
|
||||
winreg = "0.52.0"
|
||||
winreg = "0.55.0"
|
||||
|
||||
[features]
|
||||
# by default Tauri runs in production mode
|
||||
@@ -43,4 +43,4 @@ default = [ "custom-protocol" ]
|
||||
custom-protocol = [ "tauri/custom-protocol" ]
|
||||
|
||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
||||
tauri-plugin-global-shortcut = "2.0.1"
|
||||
tauri-plugin-global-shortcut = "2.2.0"
|
||||
|
||||
Reference in New Issue
Block a user