persmgr/persmgr-gui-rs/build.rs
2025-09-02 19:41:06 +03:00

4 lines
66 B
Rust

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