my_todo/build.rs

3 lines
No EOL
108 B
Rust

fn main() {
slint_build::compile("src/ui/slint/ui/todo.slint").expect("todo.slint failed to compile");
}