tgp/build.rs
2025-06-25 20:12:24 +03:00

4 lines
66 B
Rust

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