Bump update of tauri

This commit is contained in:
chrox
2024-11-30 18:13:49 +01:00
parent 1f31f544ab
commit 3ad96b6be7
4 changed files with 936 additions and 947 deletions
+6
View File
@@ -38,3 +38,9 @@ tauri = { path = "../../../packages/tauri/crates/tauri" }
cocoa = "0.25"
objc = "0.2.7"
rand = "0.8"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-updater = "2"
[target.'cfg(any(target_os = "macos", windows, target_os = "linux"))'.dependencies]
tauri-plugin-updater = "2"