mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
7 lines
143 B
Rust
7 lines
143 B
Rust
fn main() {
|
|
glib_build_tools::compile_resources(
|
|
&["rsc"],
|
|
"rsc/resources.gresource.xml",
|
|
"ui.gresource",
|
|
);
|
|
}
|