Files
CHAMP/build.rs
T
brotoskyj 7a8246905d Support for C$ File Explorer
1. Need to implement threaded file explorer to prevent parent thread blocking
https://pm.racooncity.org/project/champ/kanban
2025-03-11 03:04:00 +00:00

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();
}