mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 21:34:50 +00:00

These are showing off use-cases for Slint, but they're not examples showing individual Slint features. Also removed the old printerdemo while at it.
7 lines
203 B
Rust
7 lines
203 B
Rust
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
fn main() {
|
|
slint_build::compile("../ui/printerdemo.slint").unwrap();
|
|
slint_build::print_rustc_flags().unwrap();
|
|
}
|