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