generated from napi-rs/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add x86_64-pc-windows-msvc target
- Loading branch information
1 parent
d2c83f9
commit cc76d85
Showing
7 changed files
with
107 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@napi-rs/canvas-win32-arm64-msvc` | ||
|
||
This is the **aarch64-pc-windows-msvc** binary for `@napi-rs/canvas` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"name": "@napi-rs/canvas-win32-arm64-msvc", | ||
"version": "0.1.62", | ||
"os": [ | ||
"win32" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "skia.win32-arm64-msvc.node", | ||
"files": [ | ||
"skia.win32-arm64-msvc.node" | ||
], | ||
"description": "Canvas for Node.js with skia backend", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
"N-API", | ||
"Rust", | ||
"node-addon", | ||
"node-addon-api", | ||
"canvas", | ||
"image", | ||
"pdf", | ||
"svg", | ||
"skia" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Brooooooklyn/canvas.git" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters