313af54dca
1. Completed Geolocate API Module 2. Started User Search Modules 3. Laid ground work for Computer Modules Added error handling in Geolocate API Added place holder for update check function Support for C$ File Explorer 1. Need to implement threaded file explorer to prevent parent thread blocking https://pm.racooncity.org/project/champ/kanban Support for C$ File Explorer 1. Need to implement multi 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();
|
|
}
|