添加8种应用

This commit is contained in:
zsyg
2025-11-08 09:08:39 +08:00
commit d1a7a8b6eb
6 changed files with 6221 additions and 0 deletions

3
build.rs Normal file
View File

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