Add mock UI to project

This commit is contained in:
tranfelix 2023-10-12 14:55:09 +02:00
parent 34c77d2d68
commit 9e6836b115
10 changed files with 715 additions and 5 deletions

7
build.rs Normal file
View file

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