slint-ui 1.8.0-nightly.2024091903 → 1.8.0-nightly.2024092014
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/Cargo.toml +4 -4
- package/LICENSE.md +4 -3
- package/package.json +6 -6
package/Cargo.toml
CHANGED
|
@@ -40,10 +40,10 @@ accessibility = ["slint-interpreter/accessibility"]
|
|
|
40
40
|
[dependencies]
|
|
41
41
|
napi = { version = "2.14.0", default-features = false, features = ["napi8"] }
|
|
42
42
|
napi-derive = "2.14.0"
|
|
43
|
-
i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
44
|
-
i-slint-core = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
45
|
-
i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "
|
|
46
|
-
slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
43
|
+
i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "eb3e1dded197f482dc40ff9672cc88a7e61e7704", version = "=1.8.0", default-features = false }
|
|
44
|
+
i-slint-core = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "eb3e1dded197f482dc40ff9672cc88a7e61e7704", version = "=1.8.0", default-features = false }
|
|
45
|
+
i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "eb3e1dded197f482dc40ff9672cc88a7e61e7704", version = "=1.8.0", default-features = false }
|
|
46
|
+
slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "eb3e1dded197f482dc40ff9672cc88a7e61e7704", version = "=1.8.0"}
|
|
47
47
|
spin_on = { version = "0.1" }
|
|
48
48
|
css-color-parser2 = { version = "1.0.1" }
|
|
49
49
|
itertools = { version = "0.13" }
|
package/LICENSE.md
CHANGED
|
@@ -4,10 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
You can use Slint under ***any*** of the following licenses, at your choice:
|
|
6
6
|
|
|
7
|
-
1.
|
|
8
|
-
2. [GNU GPLv3](LICENSES/GPL-3.0-only.txt),
|
|
9
|
-
3. [
|
|
7
|
+
1. Build proprietary desktop, mobile, or web applications for free with the [Community 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).
|
|
10
10
|
|
|
11
11
|
Third party licenses listed in the `LICENSES` folder also apply to parts of the product.
|
|
12
12
|
|
|
13
|
+
See the [Slint licensing options on the website](https://slint.dev/pricing.html) and the [Licensing FAQ](FAQ.md#licensing).
|
|
13
14
|
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.8.0-nightly.
|
|
3
|
+
"version": "1.8.0-nightly.2024092014",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"homepage": "https://github.com/slint-ui/slint",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"@napi-rs/cli": "^2.16.5"
|
|
66
66
|
},
|
|
67
67
|
"optionalDependencies": {
|
|
68
|
-
"@slint-ui/slint-ui-binary-linux-x64-gnu": "1.8.0-nightly.
|
|
69
|
-
"@slint-ui/slint-ui-binary-darwin-x64": "1.8.0-nightly.
|
|
70
|
-
"@slint-ui/slint-ui-binary-darwin-arm64": "1.8.0-nightly.
|
|
71
|
-
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.8.0-nightly.
|
|
72
|
-
"@slint-ui/slint-ui-binary-win32-ia32-msvc": "1.8.0-nightly.
|
|
68
|
+
"@slint-ui/slint-ui-binary-linux-x64-gnu": "1.8.0-nightly.2024092014",
|
|
69
|
+
"@slint-ui/slint-ui-binary-darwin-x64": "1.8.0-nightly.2024092014",
|
|
70
|
+
"@slint-ui/slint-ui-binary-darwin-arm64": "1.8.0-nightly.2024092014",
|
|
71
|
+
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.8.0-nightly.2024092014",
|
|
72
|
+
"@slint-ui/slint-ui-binary-win32-ia32-msvc": "1.8.0-nightly.2024092014"
|
|
73
73
|
}
|
|
74
74
|
}
|