8 lines
160 B
Rust
8 lines
160 B
Rust
|
fn main() {
|
||
|
glib_build_tools::compile_resources::<String>(
|
||
|
&[],
|
||
|
"gresources.xml",
|
||
|
"com.luminescent-dreams.resources-demo",
|
||
|
);
|
||
|
}
|