VoiletTftp/build.rs
2025-08-05 23:28:35 +08:00

3 lines
77 B
Rust

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