Express-Prorate/project/build.rs

3 lines
85 B
Rust

fn main() {
slint_build::compile("ui/app.slint").expect("Slint build failed");
}