tauri updates to make my first release

This commit is contained in:
2026-08-30 17:44:29 +02:00
parent a2a7bc6100
commit 948b930395
9 changed files with 549 additions and 24 deletions
+3
View File
@@ -23,3 +23,6 @@ serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.11.2", features = [] }
tauri-plugin-log = "2"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-updater = "2"