the-honkers-railway-launcher/build.rs
2023-01-18 18:37:53 +02:00

7 lines
119 B
Rust

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