@xframes/node 0.0.20 → 0.0.21

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/CMakeLists.txt CHANGED
@@ -13,7 +13,7 @@ if(NOT VCPKG_TARGET_TRIPLET)
13
13
  set(VCPKG_TARGET_TRIPLET "x64-windows")
14
14
  elseif(APPLE)
15
15
  set(VCPKG_TARGET_TRIPLET "x64-osx")
16
- elseif(__ARM_ARCH OR __TARGET_ARCH_ARM OR __TARGET_ARCH_THUMB OR _M_ARM OR __arm__ OR __arm64 OR _M_ARM64 OR __aarch64__ OR __AARCH64EL__)
16
+ elseif(DEFINED ENV{ARM64_LINUX})
17
17
  set(VCPKG_TARGET_TRIPLET "arm64-linux")
18
18
  else()
19
19
  set(VCPKG_TARGET_TRIPLET "x64-linux")
package/README.md CHANGED
@@ -30,6 +30,10 @@ Raspberry Pi OS
30
30
 
31
31
  You must set:
32
32
 
33
+ `export ARM64_LINUX=1`
34
+
35
+ We could not work out how to detect the correct architecture so, for convenience, in CMakeLists.txt we check for this ENV variable to be set.
36
+
33
37
  `export VCPKG_FORCE_SYSTEM_BINARIES=1`
34
38
 
35
39
  It suppresses the downloading of CMake and Ninja and forces the use of the system binaries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xframes/node",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "DOM-less, GPU-accelerated GUI development for Node.js",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -10,9 +10,9 @@
10
10
  ],
11
11
  "repository": {
12
12
  "type": "https",
13
- "url": "https://github.com/andreamancuso/xframes.git"
13
+ "url": "https://github.com/xframes-project/xframes.git"
14
14
  },
15
- "homepage": "https://github.com/andreamancuso/xframes",
15
+ "homepage": "https://github.com/xframes-project/xframes",
16
16
  "license": "MIT",
17
17
  "author": {
18
18
  "name": "Andrea Mancuso",
package/vcpkg.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "reactdearimgui",
2
+ "name": "xframesnodemodule",
3
3
  "version-string": "1.0.0",
4
4
  "dependencies": [
5
5
  "stb",