mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
9 lines
189 B
Rust
9 lines
189 B
Rust
fn main() {
|
|
// composite_templates
|
|
glib_build_tools::compile_resources(
|
|
&["resources"],
|
|
"resources/resources.gresource.xml",
|
|
"lan-mouse.gresource",
|
|
);
|
|
}
|