[go: up one dir, main page]

i-slint-core 1.6.0

Internal Slint Runtime Library.
Documentation
1
2
3
4
5
6
7
8
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial

fn main() {
    println!("cargo:rustc-check-cfg=cfg(slint_debug_property)");
    println!("cargo:rustc-check-cfg=cfg(cbindgen)");
    println!("cargo:rustc-check-cfg=cfg(slint_int_coord)");
}