patchwire/build.rs
2024-08-14 18:29:07 -05:00

3 lines
68 B
Rust

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