mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
6 lines
159 B
Rust
6 lines
159 B
Rust
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
fn main() {
|
|
slint_build::compile("../ui/printerdemo.slint").unwrap();
|
|
}
|