mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-16 05:20:01 +00:00
6 lines
166 B
Rust
6 lines
166 B
Rust
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
fn main() {
|
|
slint_build::compile("ui/main.slint").expect("Slint build failed");
|
|
}
|