mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-01 16:17:25 +00:00
6 lines
162 B
Rust
6 lines
162 B
Rust
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
fn main() {
|
|
neon_build::setup();
|
|
}
|