pika-kernel-manager/build.rs

8 lines
147 B
Rust
Raw Normal View History

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