mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 07:07:25 +00:00
6 lines
151 B
Rust
6 lines
151 B
Rust
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
fn main() {
|
|
slint_build::compile("slide_puzzle.slint").unwrap();
|
|
}
|