first commit

This commit is contained in:
liyp
2026-08-25 22:13:25 -04:00
commit 846ed07922
9 changed files with 236 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
slint_build::compile("components/Window.slint").unwrap();
}