fmeditor-slint/build.rs

3 lines
70 B
Rust

fn main() {
slint_build::compile("ui/appwindow.slint").unwrap();
}