8 lines
147 B
Rust
Raw Normal View History

2024-06-17 01:03:37 +03:00
fn main() {
glib_build_tools::compile_resources(
&["data"],
"data/resources.gresource.xml",
"data.gresource",
);
2024-06-18 06:09:40 +03:00
}