7a8246905d
1. Need to implement threaded file explorer to prevent parent thread blocking https://pm.racooncity.org/project/champ/kanban
5 lines
183 B
Rust
5 lines
183 B
Rust
fn main() {
|
|
let config = slint_build::CompilerConfiguration::new().with_style("fluent-dark".into());
|
|
slint_build::compile_with_config("ui/template.slint", config).unwrap();
|
|
}
|