Include CSS as GResource

Also use explicit namespace for bare functions and constants used in
main.rs.
This commit is contained in:
Reinout Meliesie 2026-01-21 16:56:05 +01:00
commit 5e5df5c401
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
6 changed files with 39 additions and 6 deletions

View file

@ -9,6 +9,10 @@ license = "GPL-3.0-or-later"
[profile.release]
lto = true
[build-dependencies]
# Keep version in sync with GLib as included in GTK4
glib-build-tools = "0.21.0"
[dependencies]
async-sqlite = { version = "0.5.4", default-features = false }
gtk4 = { version = "0.10.3", features = ["v4_20"] }