pika-kernel-manager/build.rs
Ward from fusion-voyager-3 d84bdb5051 intial commit
2024-06-17 01:03:37 +03:00

7 lines
146 B
Rust

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