the-honkers-railway-launcher/build.rs
2023-02-18 00:33:43 +02:00

7 lines
122 B
Rust

fn main() {
glib_build_tools::compile_resources(
&["assets"],
"assets/resources.xml",
"resources.gresource",
);
}