extract frontend crate

This commit is contained in:
Ferdinand Schober
2024-09-03 00:52:48 +02:00
committed by Ferdinand Schober
parent 12bc0d86ca
commit 377997c6d2
37 changed files with 959 additions and 753 deletions

View File

@@ -12,12 +12,4 @@ fn main() {
let git_describe = String::from_utf8(git_describe.stdout).unwrap();
println!("cargo::rustc-env=GIT_DESCRIBE={git_describe}");
// composite_templates
#[cfg(feature = "gtk")]
glib_build_tools::compile_resources(
&["resources"],
"resources/resources.gresource.xml",
"lan-mouse.gresource",
);
}