Replace Slint UI with UIKit and add milestones

Fixes #2.\nFixes #9.
This commit is contained in:
Georg Bauer
2026-07-31 09:52:24 +02:00
parent 8f9a4dfc00
commit f201814d54
33 changed files with 7455 additions and 7878 deletions

View File

@@ -6,18 +6,15 @@ edition.workspace = true
license.workspace = true
rust-version.workspace = true
[[bin]]
name = "gotcha-app"
path = "src/main.rs"
[lib]
name = "gotcha_core"
crate-type = ["lib", "staticlib"]
[dependencies]
gotcha_gitea = { path = "../gitea" }
pulldown-cmark = "0.13"
serde.workspace = true
serde_json.workspace = true
security-framework = "3"
slint.workspace = true
thiserror = "2"
tokio.workspace = true
[build-dependencies]
slint-build = "=1.17.1"
uniffi = { version = "0.32", features = ["tokio"] }