@slint-ui/slint-ui-binary-linux-x64-gnu 1.13.1 → 1.14.0-nightly.2025091210

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md ADDED
@@ -0,0 +1,26 @@
1
+ <!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0 -->
2
+
3
+ # Slint License
4
+
5
+ You can use Slint under ***any*** of the following licenses, at your choice:
6
+
7
+ 1. [Royalty-free License](LICENSES/LicenseRef-Slint-Royalty-free-2.0.md) - Permits use in **proprietary** desktop, mobile, and web applications **at no cost**. Use in embedded systems is excluded.
8
+ 2. [GNU GPLv3](LICENSES/GPL-3.0-only.txt) - Permits use in **open source software** under GPL-compatible terms, **at no cost**, for desktop, mobile, and web applications, as well as for embedded systems.
9
+ 3. [Commercial license](LICENSES/LicenseRef-Slint-Software-3.0.md) - Permits use in **proprietary** applications, including desktop, mobile, web, and embedded systems.
10
+
11
+ Third party licenses listed in the `LICENSES` folder also apply to parts of the product.
12
+
13
+ ## Definitions
14
+
15
+ A ***Desktop Application*** is a computer program that is designed to run on a general-purpose computer (PC or notebook), typically installed and executed locally on the computer's operating system.
16
+
17
+ A ***Mobile Application*** is a computer program that is designed to run on a general-purpose mobile computer (mobile phone or tablet), typically installed and executed locally on the computer's operating system.
18
+
19
+ A ***Web Application*** is a computer program that is designed to run in the sandbox environment provided by a web browser.
20
+
21
+ An ***Embedded System*** is a computer system designed to perform a specific task within a larger mechanical or electrical system.
22
+
23
+ ## Additional Info
24
+
25
+ See the [Slint licensing options on the website](https://slint.dev/pricing.html) and the [Licensing FAQ](FAQ.md#licensing).
26
+ Contact us at [info@slint.dev](mailto:info@slint.dev) if you have any questions regarding licensing.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slint-ui/slint-ui-binary-linux-x64-gnu",
3
- "version": "1.13.1",
3
+ "version": "1.14.0-nightly.2025091210",
4
4
  "os": [
5
5
  "linux"
6
6
  ],