mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-03 23:11:28 +02:00
5 lines
198 B
Rust
5 lines
198 B
Rust
fn main() {
|
|
let config = slint_build::CompilerConfiguration::new().with_style("cosmic-dark".into());
|
|
slint_build::compile_with_config("ui/app.slint", config).expect("Slint build failed");
|
|
}
|