Files
bropicker/build.rs
T
2026-05-07 00:30:14 +05:00

7 lines
146 B
Rust

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
fn main() {
slint_build::compile("ui/todo.slint").unwrap();
}