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

This commit is contained in:
2026-03-02 00:57:05 +02:00
parent 2fff781a53
commit ed5a5e231f
5 changed files with 849 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" }