Skip to content

Commit

Permalink
add missing binary directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Dec 18, 2023
1 parent dd1aa3f commit d557e67
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions napi-rust-drivers/npm/linux-arm64-gnu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `@wyldcard/drivers-linux-arm64-gnu`

This is the **aarch64-unknown-linux-gnu** binary for `@wyldcard/drivers`
20 changes: 20 additions & 0 deletions napi-rust-drivers/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "@wyldcard/drivers-linux-arm64-gnu",
"version": "1.0.1",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "wyldcard_drivers.linux-arm64-gnu.node",
"files": [
"wyldcard_drivers.linux-arm64-gnu.node"
],
"description": "Hardware drivers for Wyldcard",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": "https://github.com/Jonahss/wyldcard-public.git"
}

0 comments on commit d557e67

Please sign in to comment.