mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 04:45:13 +00:00

* Update api/node/README.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
6 lines
196 B
Rust
6 lines
196 B
Rust
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
|
|
|
|
fn main() {
|
|
napi_build::setup();
|
|
}
|