mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-07 10:37:46 +02:00
Add mock UI to project
This commit is contained in:
parent
34c77d2d68
commit
9e6836b115
10 changed files with 715 additions and 5 deletions
7
build.rs
Normal file
7
build.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
fn main() {
|
||||
glib_build_tools::compile_resources(
|
||||
&["src/resources"],
|
||||
"src/resources/resources.gresource.xml",
|
||||
"src.templates.gresource",
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue