First Commit

This commit is contained in:
brotoskyj
2025-01-17 17:05:35 -05:00
commit fddae03849
9 changed files with 6425 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
fn main() {
let config = slint_build::CompilerConfiguration::new()
.with_style("cosmic-dark".into());
slint_build::compile_with_config("ui/template.slint", config).unwrap();
}