lsfg-vk/ui/build.rs
2025-07-24 15:20:16 +02:00

7 lines
143 B
Rust

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