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