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

7
build.rs Normal file
View file

@ -0,0 +1,7 @@
use glib_build_tools::compile_resources;
fn main() {
compile_resources(&["data"], "data/zoodex.gresource.xml", "zoodex.gresource");
}