slint-ui 1.12.0-nightly.2025060406 → 1.12.0-nightly.2025060513

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.
Files changed (3) hide show
  1. package/Cargo.toml +4 -4
  2. package/LICENSE.md +15 -3
  3. package/package.json +6 -6
package/Cargo.toml CHANGED
@@ -42,10 +42,10 @@ accessibility = ["slint-interpreter/accessibility"]
42
42
  [dependencies]
43
43
  napi = { version = "2.14.0", default-features = false, features = ["napi8"] }
44
44
  napi-derive = "2.14.0"
45
- i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "900ec64c7e5e076e1fdcfc5afdff6cefbac264ea", version = "=1.12.0", default-features = false }
46
- i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "900ec64c7e5e076e1fdcfc5afdff6cefbac264ea", version = "=1.12.0", default-features = false }
47
- i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "900ec64c7e5e076e1fdcfc5afdff6cefbac264ea", version = "=1.12.0", default-features = false }
48
- slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "900ec64c7e5e076e1fdcfc5afdff6cefbac264ea", version = "=1.12.0"}
45
+ i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "93f72b8c99b9d53f190776ee067408da3e970893", version = "=1.12.0", default-features = false }
46
+ i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "93f72b8c99b9d53f190776ee067408da3e970893", version = "=1.12.0", default-features = false }
47
+ i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "93f72b8c99b9d53f190776ee067408da3e970893", version = "=1.12.0", default-features = false }
48
+ slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "93f72b8c99b9d53f190776ee067408da3e970893", version = "=1.12.0"}
49
49
  spin_on = { version = "0.1" }
50
50
  css-color-parser2 = { version = "1.0.1" }
51
51
  itertools = { version = "0.14" }
package/LICENSE.md CHANGED
@@ -4,11 +4,23 @@
4
4
 
5
5
  You can use Slint under ***any*** of the following licenses, at your choice:
6
6
 
7
- 1. Build proprietary desktop, mobile, or web applications for free with the [Royalty-free License](LICENSES/LicenseRef-Slint-Royalty-free-2.0.md),
8
- 2. Build open source embedded, desktop, mobile, or web applications for free with the [GNU GPLv3](LICENSES/GPL-3.0-only.txt),
9
- 3. Build proprietary embedded, desktop, mobile, or web applications with the [Paid license](LICENSES/LicenseRef-Slint-Software-3.0.md).
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
10
 
11
11
  Third party licenses listed in the `LICENSES` folder also apply to parts of the product.
12
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
+
13
25
  See the [Slint licensing options on the website](https://slint.dev/pricing.html) and the [Licensing FAQ](FAQ.md#licensing).
14
26
  Contact us at [info@slint.dev](mailto:info@slint.dev) if you have any questions regarding licensing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slint-ui",
3
- "version": "1.12.0-nightly.2025060406",
3
+ "version": "1.12.0-nightly.2025060513",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "homepage": "https://github.com/slint-ui/slint",
@@ -66,10 +66,10 @@
66
66
  "@napi-rs/cli": "2.18.4"
67
67
  },
68
68
  "optionalDependencies": {
69
- "@slint-ui/slint-ui-binary-linux-x64-gnu": "1.12.0-nightly.2025060406",
70
- "@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.12.0-nightly.2025060406",
71
- "@slint-ui/slint-ui-binary-darwin-x64": "1.12.0-nightly.2025060406",
72
- "@slint-ui/slint-ui-binary-darwin-arm64": "1.12.0-nightly.2025060406",
73
- "@slint-ui/slint-ui-binary-win32-x64-msvc": "1.12.0-nightly.2025060406"
69
+ "@slint-ui/slint-ui-binary-linux-x64-gnu": "1.12.0-nightly.2025060513",
70
+ "@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.12.0-nightly.2025060513",
71
+ "@slint-ui/slint-ui-binary-darwin-x64": "1.12.0-nightly.2025060513",
72
+ "@slint-ui/slint-ui-binary-darwin-arm64": "1.12.0-nightly.2025060513",
73
+ "@slint-ui/slint-ui-binary-win32-x64-msvc": "1.12.0-nightly.2025060513"
74
74
  }
75
75
  }