build easy app

This commit is contained in:
Attilio Greco
2026-02-01 00:00:02 +01:00
parent a2f6f48dc7
commit ea1c6e0614
7 changed files with 8076 additions and 0 deletions

3
build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
slint_build::compile("ui/app-window.slint").expect("Slint build failed");
}