Eerste opzet

This commit is contained in:
2026-06-13 12:49:32 +02:00
commit 34ec4ceba8
7 changed files with 6463 additions and 0 deletions

3
build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
slint_build::compile("ui/demo.slint").unwrap();
}