slint-ui 1.12.1 → 1.13.0-nightly.2025062714
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 +7 -7
- package/README.md +1 -1
- package/binaries.json +1 -1
- package/cover.md +2 -1
- package/package.json +7 -7
package/Cargo.toml
CHANGED
|
@@ -11,8 +11,8 @@ homepage = "https://slint.dev"
|
|
|
11
11
|
keywords = ["gui", "toolkit", "graphics", "design", "ui"]
|
|
12
12
|
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0"
|
|
13
13
|
repository = "https://github.com/slint-ui/slint"
|
|
14
|
-
rust-version = "1.
|
|
15
|
-
version = "1.
|
|
14
|
+
rust-version = "1.85"
|
|
15
|
+
version = "1.13.0"
|
|
16
16
|
categories = ["gui", "development-tools"]
|
|
17
17
|
build = "build.rs"
|
|
18
18
|
|
|
@@ -22,7 +22,7 @@ path = "rust/lib.rs"
|
|
|
22
22
|
|
|
23
23
|
[features]
|
|
24
24
|
default = ["backend-winit", "renderer-femtovg", "renderer-software", "backend-qt", "accessibility"]
|
|
25
|
-
# Keep in sync with features in nightly_snapshot.yaml, cpp_package.yaml, slint_tool_binary.yaml, and api/python/Cargo.toml
|
|
25
|
+
# Keep in sync with features in nightly_snapshot.yaml, cpp_package.yaml, slint_tool_binary.yaml, and api/python/slint/Cargo.toml
|
|
26
26
|
# binaries: default = ["backend-linuxkms-noseat", "backend-winit", "renderer-femtovg", "renderer-skia", "accessibility"]
|
|
27
27
|
|
|
28
28
|
backend-qt = ["slint-interpreter/backend-qt"]
|
|
@@ -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"] , version = "=1.
|
|
46
|
-
i-slint-core = { features = ["default", "gettext-rs"] , version = "=1.
|
|
47
|
-
i-slint-backend-selector = { version = "=1.
|
|
48
|
-
slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , version = "=1.
|
|
45
|
+
i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "ff0d450778e09c7b55fc4e39368be31c783a06f1", version = "=1.13.0", default-features = false }
|
|
46
|
+
i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "ff0d450778e09c7b55fc4e39368be31c783a06f1", version = "=1.13.0", default-features = false }
|
|
47
|
+
i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "ff0d450778e09c7b55fc4e39368be31c783a06f1", version = "=1.13.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 = "ff0d450778e09c7b55fc4e39368be31c783a06f1", version = "=1.13.0"}
|
|
49
49
|
spin_on = { version = "0.1" }
|
|
50
50
|
css-color-parser2 = { version = "1.0.1" }
|
|
51
51
|
itertools = { version = "0.14" }
|
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ You need to install the following components:
|
|
|
33
33
|
|
|
34
34
|
* **[Node.js](https://nodejs.org/download/release/)** (v16. or newer)
|
|
35
35
|
* **[pnpm](https://www.pnpm.io/)**
|
|
36
|
-
* **[Rust compiler](https://www.rust-lang.org/tools/install)**
|
|
36
|
+
* **[Rust compiler](https://www.rust-lang.org/tools/install)**
|
|
37
37
|
|
|
38
38
|
You will also need a few more dependencies, see <https://github.com/slint-ui/slint/blob/master/docs/building.md#prerequisites>
|
|
39
39
|
|
package/binaries.json
CHANGED
package/cover.md
CHANGED
|
@@ -34,7 +34,8 @@ To use Slint with Deno, ensure the following programs are installed:
|
|
|
34
34
|
Slint-node comes with pre-built binaries for macOS, Linux, and Windows. If you'd like to use Slint-node on a system
|
|
35
35
|
without pre-built binaries, you need to additional software:
|
|
36
36
|
|
|
37
|
-
* **[Rust compiler](https://www.rust-lang.org/tools/install)**
|
|
37
|
+
* **[Rust compiler](https://www.rust-lang.org/tools/install)**
|
|
38
|
+
* Depending on your operating system, you may need additional components. For a list of required system libraries,
|
|
38
39
|
see <https://github.com/slint-ui/slint/blob/master/docs/building.md#prerequisites>.
|
|
39
40
|
|
|
40
41
|
## Getting Started (Node.js)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slint-ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0-nightly.2025062714",
|
|
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.
|
|
70
|
-
"@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.
|
|
71
|
-
"@slint-ui/slint-ui-binary-darwin-x64": "1.
|
|
72
|
-
"@slint-ui/slint-ui-binary-darwin-arm64": "1.
|
|
73
|
-
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.
|
|
74
|
-
"@slint-ui/slint-ui-binary-win32-arm64-msvc": "1.
|
|
69
|
+
"@slint-ui/slint-ui-binary-linux-x64-gnu": "1.13.0-nightly.2025062714",
|
|
70
|
+
"@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.13.0-nightly.2025062714",
|
|
71
|
+
"@slint-ui/slint-ui-binary-darwin-x64": "1.13.0-nightly.2025062714",
|
|
72
|
+
"@slint-ui/slint-ui-binary-darwin-arm64": "1.13.0-nightly.2025062714",
|
|
73
|
+
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.13.0-nightly.2025062714",
|
|
74
|
+
"@slint-ui/slint-ui-binary-win32-arm64-msvc": "1.13.0-nightly.2025062714"
|
|
75
75
|
}
|
|
76
76
|
}
|