ShockOSC-rs/build.rs
2025-02-23 18:10:36 +01:00

3 lines
85 B
Rust

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