Files

4 lines
93 B
Rust
Raw Permalink Normal View History

2026-08-12 01:30:57 +01:00
fn main() {
slint_build::compile("ui/app.slint").expect("failed to compile Slint UI");
}