UI Update
Some checks failed
Build and Release / Test (push) Has been cancelled
Build and Release / Build Windows (push) Has been cancelled
Build and Release / Build Linux (push) Has been cancelled
Build and Release / Build macOS (push) Has been cancelled
Build and Release / Create Release (push) Has been cancelled
Build and Release / Development Build (push) Has been cancelled

This commit is contained in:
2025-11-07 17:34:19 -05:00
parent ec77825fa6
commit 9c56f8f3f7
60 changed files with 3304 additions and 493 deletions

View File

@@ -1,8 +1,8 @@
[package]
name = "gitea-desktop"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
description = "Gitea Desktop Application"
authors = ["SirBlob"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -20,6 +20,10 @@ tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = [] }
tauri-plugin-opener = "2"
tauri-plugin-http = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
dirs-next = "2"
tauri-plugin-updater = "2"
tauri-plugin-process = "2"