mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-15 12:31:29 +03:00
extract frontend crate
This commit is contained in:
committed by
Ferdinand Schober
parent
12bc0d86ca
commit
377997c6d2
8
lan-mouse-gtk/build.rs
Normal file
8
lan-mouse-gtk/build.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
fn main() {
|
||||
// composite_templates
|
||||
glib_build_tools::compile_resources(
|
||||
&["resources"],
|
||||
"resources/resources.gresource.xml",
|
||||
"lan-mouse.gresource",
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user