mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
7 lines
173 B
Rust
7 lines
173 B
Rust
fn main() {
|
|
glib_build_tools::compile_resources(
|
|
&["src/resources"],
|
|
"src/resources/resources.gresource.xml",
|
|
"src.templates.gresource",
|
|
);
|
|
} |