slint/examples/printerdemo_mcu/build.rs
Olivier Goffart 3f8c3dd830 Fork the printer demo for adjusting to the MCU
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.
2022-03-07 22:39:06 +01:00

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();
}