Files
CHAMP/build.rs
T
brotoskyj 18ab70c299 1. Finished GUI
2. Implemented Geolocation API
2025-01-28 14:51:14 -05:00

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