Initial Commit

This commit is contained in:
brotoskyj
2024-12-24 13:04:39 -05:00
commit d9286ebe24
10 changed files with 4987 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
fn main() {
let config = slint_build::CompilerConfiguration::new()
.with_style("fluent-dark".into());
slint_build::compile_with_config("ui/template.slint", config).unwrap();
}