@gtkx/native-linux-arm64-gnu 0.21.0 → 1.0.0-rc.2

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/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `@gtkx/native-linux-arm64-gnu`
2
+
3
+ This is the **aarch64-unknown-linux-gnu** binary for `@gtkx/native`
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gtkx/native-linux-arm64-gnu",
3
- "version": "0.21.0",
3
+ "version": "1.0.0-rc.2",
4
4
  "cpu": [
5
5
  "arm64"
6
6
  ],
@@ -8,7 +8,7 @@
8
8
  "files": [
9
9
  "native.linux-arm64-gnu.node"
10
10
  ],
11
- "description": "Rust-based native module providing FFI bindings for GTKX",
11
+ "description": "Rust addon under GTKX that loads shared libraries, marshals values, and tracks GObject handles",
12
12
  "keywords": [
13
13
  "gtkx",
14
14
  "gtk",
@@ -23,9 +23,12 @@
23
23
  "author": "Eugenio Depalo <eugeniodepalo@gmail.com>",
24
24
  "homepage": "https://gtkx.dev",
25
25
  "license": "MPL-2.0",
26
+ "engines": {
27
+ "node": ">=24"
28
+ },
26
29
  "repository": {
27
30
  "type": "git",
28
- "url": "https://github.com/gtkx-org/gtkx.git",
31
+ "url": "git+https://github.com/gtkx-org/gtkx.git",
29
32
  "directory": "packages/native"
30
33
  },
31
34
  "bugs": {