mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 21:34:50 +00:00
6 lines
149 B
Rust
6 lines
149 B
Rust
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
fn main() {
|
|
slint_build::compile("../ui/todo.slint").unwrap();
|
|
}
|