slint/examples/gallery/build.rs
2023-06-16 10:55:08 +02:00

6 lines
146 B
Rust

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
fn main() {
slint_build::compile("gallery.slint").unwrap();
}