mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-07 10:37:46 +02:00
merge
This commit is contained in:
parent
2b3527235e
commit
a115ca1ad1
14 changed files with 124 additions and 35 deletions
7
build.rs
7
build.rs
|
@ -4,4 +4,9 @@ fn main() {
|
|||
"src/resources/resources.gresource.xml",
|
||||
"src.templates.gresource",
|
||||
);
|
||||
}
|
||||
glib_build_tools::compile_resources(
|
||||
&["src/resources/icons"],
|
||||
"src/resources/icons/resources.gresource.xml",
|
||||
"src.icons.gresource",
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue