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

6 lines
144 B
Rust

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