mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 21:04:47 +00:00

This is basically the already modified printer demo from the wip/mcu branch but separat. The images and fonts folder are shared though via symlinks.
7 lines
243 B
Rust
7 lines
243 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("ui/printerdemo.slint").unwrap();
|
|
slint_build::print_rustc_flags().unwrap();
|
|
}
|