resources_demo/build.rs

8 lines
160 B
Rust
Raw Normal View History

2024-01-25 17:07:38 +00:00
fn main() {
glib_build_tools::compile_resources::<String>(
&[],
"gresources.xml",
"com.luminescent-dreams.resources-demo",
);
}