Add settings view with theme, categories, export, and backup

This commit is contained in:
2026-03-02 00:57:05 +02:00
parent f6edf9cd55
commit 92d4d7b234
5 changed files with 848 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ edition.workspace = true
[dependencies]
outlay-core = { path = "../outlay-core" }
gtk = { package = "gtk4", version = "0.11" }
gtk = { package = "gtk4", version = "0.11", features = ["v4_10"] }
adw = { package = "libadwaita", version = "0.9", features = ["v1_8"] }
chrono = "0.4"
gdk = { package = "gdk4", version = "0.11" }