slint-ui 1.10.0-nightly.2025021120 → 1.10.0-nightly.2025021323
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
CHANGED
|
@@ -41,10 +41,10 @@ accessibility = ["slint-interpreter/accessibility"]
|
|
|
41
41
|
[dependencies]
|
|
42
42
|
napi = { version = "2.14.0", default-features = false, features = ["napi8"] }
|
|
43
43
|
napi-derive = "2.14.0"
|
|
44
|
-
i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
45
|
-
i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
46
|
-
i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "
|
|
47
|
-
slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
44
|
+
i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "1319a409ab7eb82b9c06e661aa7a83920fda05e7", version = "=1.10.0", default-features = false }
|
|
45
|
+
i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "1319a409ab7eb82b9c06e661aa7a83920fda05e7", version = "=1.10.0", default-features = false }
|
|
46
|
+
i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "1319a409ab7eb82b9c06e661aa7a83920fda05e7", version = "=1.10.0", default-features = false }
|
|
47
|
+
slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "1319a409ab7eb82b9c06e661aa7a83920fda05e7", version = "=1.10.0"}
|
|
48
48
|
spin_on = { version = "0.1" }
|
|
49
49
|
css-color-parser2 = { version = "1.0.1" }
|
|
50
50
|
itertools = { version = "0.14" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Slint Software License
|
|
2
2
|
|
|
3
|
-
Version 3.0.
|
|
3
|
+
Version 3.0.3
|
|
4
4
|
|
|
5
5
|
## Preamble
|
|
6
6
|
|
|
@@ -32,7 +32,7 @@ The grant of rights in section 1 are conditional, provided that You do all of th
|
|
|
32
32
|
|
|
33
33
|
The License does not permit to distribute or make the Software publicly available alone and without integration into an Application or into an Embedded System. For this purpose you may use the Software under the GNU General Public License, version 3.
|
|
34
34
|
|
|
35
|
-
The License is limited to only the versions of Software that were made available to you under the
|
|
35
|
+
The License is limited to only the versions of Software that were made available to you under the Paid License Plan. For all other versions, you may use the Software under either the GNU General Public License, version 3 or the Slint Royalty-free Desktop, Mobile, and Web Applications License.
|
|
36
36
|
|
|
37
37
|
The License does not permit the distribution of Application that exposes the APIs, in part or in total, of the Software.
|
|
38
38
|
|
|
@@ -54,7 +54,7 @@ SixtyFPS or an independent certified auditor on SixtyFPS's behalf, may, upon its
|
|
|
54
54
|
|
|
55
55
|
## 6. Assignment
|
|
56
56
|
|
|
57
|
-
You may assign this License, in whole or in part (whether by operation of law or otherwise), with prior consent from SixtyFPS, which shall not be unreasonably withheld or delayed. SixtyFPS may assign any of its rights
|
|
57
|
+
You may assign this License, in whole or in part (whether by operation of law or otherwise), with prior consent from SixtyFPS, which shall not be unreasonably withheld or delayed. SixtyFPS may assign any of its rights or delegate any of its obligations hereunder with prior notice to You, provided that the successor maintains at least the same level of security, confidentiality, and data protection measures as in place at the time of assignment or delegation. Any attempt to assign this License other than in accordance with this Section 6 shall be null and void.
|
|
58
58
|
|
|
59
59
|
## 7. Severability
|
|
60
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slint-ui",
|
|
3
|
-
"version": "1.10.0-nightly.
|
|
3
|
+
"version": "1.10.0-nightly.2025021323",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"homepage": "https://github.com/slint-ui/slint",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"@napi-rs/cli": "2.18.4"
|
|
67
67
|
},
|
|
68
68
|
"optionalDependencies": {
|
|
69
|
-
"@slint-ui/slint-ui-binary-linux-x64-gnu": "1.10.0-nightly.
|
|
70
|
-
"@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.10.0-nightly.
|
|
71
|
-
"@slint-ui/slint-ui-binary-darwin-x64": "1.10.0-nightly.
|
|
72
|
-
"@slint-ui/slint-ui-binary-darwin-arm64": "1.10.0-nightly.
|
|
73
|
-
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.10.0-nightly.
|
|
74
|
-
"@slint-ui/slint-ui-binary-win32-ia32-msvc": "1.10.0-nightly.
|
|
69
|
+
"@slint-ui/slint-ui-binary-linux-x64-gnu": "1.10.0-nightly.2025021323",
|
|
70
|
+
"@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.10.0-nightly.2025021323",
|
|
71
|
+
"@slint-ui/slint-ui-binary-darwin-x64": "1.10.0-nightly.2025021323",
|
|
72
|
+
"@slint-ui/slint-ui-binary-darwin-arm64": "1.10.0-nightly.2025021323",
|
|
73
|
+
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.10.0-nightly.2025021323",
|
|
74
|
+
"@slint-ui/slint-ui-binary-win32-ia32-msvc": "1.10.0-nightly.2025021323"
|
|
75
75
|
}
|
|
76
76
|
}
|