slint-ui 1.9.0-nightly.2024100218 → 1.9.0-nightly.2024100310
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/README.md +1 -1
- package/cover.md +1 -1
- package/package.json +6 -6
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"] , 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 = "1c3eb46752eba30200b9f38b7bf3527d58d0efe8", version = "=1.9.0", default-features = false }
|
|
45
|
+
i-slint-core = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "1c3eb46752eba30200b9f38b7bf3527d58d0efe8", version = "=1.9.0", default-features = false }
|
|
46
|
+
i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "1c3eb46752eba30200b9f38b7bf3527d58d0efe8", version = "=1.9.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 = "1c3eb46752eba30200b9f38b7bf3527d58d0efe8", version = "=1.9.0"}
|
|
48
48
|
spin_on = { version = "0.1" }
|
|
49
49
|
css-color-parser2 = { version = "1.0.1" }
|
|
50
50
|
itertools = { version = "0.13" }
|
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[Slint](https://slint.dev/) is a UI toolkit that supports different programming languages.
|
|
8
8
|
Slint-node is the integration with Node.js.
|
|
9
9
|
|
|
10
|
-
To get started you use the [walk-through tutorial](https://slint.dev/docs/quickstart/
|
|
10
|
+
To get started you use the [walk-through tutorial](https://slint.dev/docs/slint/src/quickstart/).
|
|
11
11
|
We also have a [Getting Started Template](https://github.com/slint-ui/slint-nodejs-template) repository with
|
|
12
12
|
the code of a minimal application using Slint that can be used as a starting point to your program.
|
|
13
13
|
|
package/cover.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[Slint](https://slint.dev/) is a UI toolkit that supports different programming languages.
|
|
7
7
|
Slint-node is the integration with [Node.js](https://nodejs.org/en) and [Deno](https://deno.com).
|
|
8
8
|
|
|
9
|
-
To get started you use the [walk-through tutorial](https://slint.dev/docs/quickstart
|
|
9
|
+
To get started you use the [walk-through tutorial](https://slint.dev/docs/slint/src/quickstart).
|
|
10
10
|
We also have a [Getting Started Template](https://github.com/slint-ui/slint-nodejs-template) repository with
|
|
11
11
|
the code of a minimal application using Slint that can be used as a starting point to your program.
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slint-ui",
|
|
3
|
-
"version": "1.9.0-nightly.
|
|
3
|
+
"version": "1.9.0-nightly.2024100310",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"homepage": "https://github.com/slint-ui/slint",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"@napi-rs/cli": "^2.16.5"
|
|
68
68
|
},
|
|
69
69
|
"optionalDependencies": {
|
|
70
|
-
"@slint-ui/slint-ui-binary-linux-x64-gnu": "1.9.0-nightly.
|
|
71
|
-
"@slint-ui/slint-ui-binary-darwin-x64": "1.9.0-nightly.
|
|
72
|
-
"@slint-ui/slint-ui-binary-darwin-arm64": "1.9.0-nightly.
|
|
73
|
-
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.9.0-nightly.
|
|
74
|
-
"@slint-ui/slint-ui-binary-win32-ia32-msvc": "1.9.0-nightly.
|
|
70
|
+
"@slint-ui/slint-ui-binary-linux-x64-gnu": "1.9.0-nightly.2024100310",
|
|
71
|
+
"@slint-ui/slint-ui-binary-darwin-x64": "1.9.0-nightly.2024100310",
|
|
72
|
+
"@slint-ui/slint-ui-binary-darwin-arm64": "1.9.0-nightly.2024100310",
|
|
73
|
+
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.9.0-nightly.2024100310",
|
|
74
|
+
"@slint-ui/slint-ui-binary-win32-ia32-msvc": "1.9.0-nightly.2024100310"
|
|
75
75
|
}
|
|
76
76
|
}
|