// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: MIT use cfg_aliases::cfg_aliases; fn main() { slint_build::compile("scene.slint").unwrap(); cfg_aliases! { slint_gstreamer_egl: { target_os = "linux" }, } }