slint/examples/opengl_underlay/build.rs

6 lines
191 B
Rust

// Copyright © SixtyFPS GmbH <info@sixtyfps.io>
// SPDX-License-Identifier: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)
fn main() {
slint_build::compile("scene.slint").unwrap();
}