Files
2025-08-24 11:04:33 -06:00

4 lines
92 B
Plaintext

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