Files
rust_raidguardx/build.rs
2026-03-29 15:47:09 +08:00

4 lines
73 B
Rust

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