slint-ui 1.12.1 → 1.13.0-nightly.2025062622

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
@@ -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.82"
15
- version = "1.12.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.12.1", default-features = false }
46
- i-slint-core = { features = ["default", "gettext-rs"] , version = "=1.12.1", default-features = false }
47
- i-slint-backend-selector = { version = "=1.12.1", default-features = false }
48
- slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , version = "=1.12.1"}
45
+ i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "59ac3ac59944c19899f0b9d09963c4f7494d5cc9", version = "=1.13.0", default-features = false }
46
+ i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "59ac3ac59944c19899f0b9d09963c4f7494d5cc9", version = "=1.13.0", default-features = false }
47
+ i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "59ac3ac59944c19899f0b9d09963c4f7494d5cc9", 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 = "59ac3ac59944c19899f0b9d09963c4f7494d5cc9", 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)** (1.82 or newer)
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slint-ui/slint-ui-binary",
3
- "version": "1.12.1",
3
+ "version": "1.13.0",
4
4
  "binaryName": "slint-ui",
5
5
  "package": "@slint-ui/slint-ui-binary",
6
6
  "napi": {
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)** (1.82 or newer) * Depending on your operating system, you may need additional components. For a list of required system libraries,
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.12.1",
3
+ "version": "1.13.0-nightly.2025062622",
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.12.1",
70
- "@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.12.1",
71
- "@slint-ui/slint-ui-binary-darwin-x64": "1.12.1",
72
- "@slint-ui/slint-ui-binary-darwin-arm64": "1.12.1",
73
- "@slint-ui/slint-ui-binary-win32-x64-msvc": "1.12.1",
74
- "@slint-ui/slint-ui-binary-win32-arm64-msvc": "1.12.1"
69
+ "@slint-ui/slint-ui-binary-linux-x64-gnu": "1.13.0-nightly.2025062622",
70
+ "@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.13.0-nightly.2025062622",
71
+ "@slint-ui/slint-ui-binary-darwin-x64": "1.13.0-nightly.2025062622",
72
+ "@slint-ui/slint-ui-binary-darwin-arm64": "1.13.0-nightly.2025062622",
73
+ "@slint-ui/slint-ui-binary-win32-x64-msvc": "1.13.0-nightly.2025062622",
74
+ "@slint-ui/slint-ui-binary-win32-arm64-msvc": "1.13.0-nightly.2025062622"
75
75
  }
76
76
  }