mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-06 10:30:37 +00:00
6 lines
187 B
Rust
6 lines
187 B
Rust
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
fn main() {
|
|
slint_build::compile("scene.slint").unwrap();
|
|
}
|