release 1.1.3
Build and Release Court Pilot / draft (push) Canceled after 0s
Build and Release Court Pilot / windows (push) Canceled after 0s
Build and Release Court Pilot / snap (push) Canceled after 0s
Build and Release Court Pilot / publish (push) Canceled after 0s

This commit is contained in:
2026-09-06 11:08:16 +02:00
parent 5494a4a26b
commit b9ac324d21
13 changed files with 309 additions and 71 deletions
+6 -5
View File
@@ -1,10 +1,10 @@
[package]
name = "app"
name = "court-pilot"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
description = "Court Pilot"
authors = ["Richard Toth"]
license = "MIT"
repository = "https://github.com/tricsusz/court-pilot"
edition = "2021"
rust-version = "1.77.2"
@@ -24,6 +24,7 @@ log = "0.4"
tauri = { version = "2.11.2", features = [] }
tauri-plugin-log = "2"
tauri-plugin-process = "2"
tauri-plugin-os = "2"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-updater = "2"