Skip to content

Commit

Permalink
add linux-arm64-gnu to the desktop preset
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Aug 24, 2024
1 parent 8ef8a82 commit 131995a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/manifest/data/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"win32-x64-msvc": "x86_64-pc-windows-msvc",
"darwin-x64": "x86_64-apple-darwin",
"darwin-arm64": "aarch64-apple-darwin",
"linux-x64-gnu": "x86_64-unknown-linux-gnu"
"linux-x64-gnu": "x86_64-unknown-linux-gnu",
"linux-arm64-gnu": "aarch64-unknown-linux-gnu"
},
"mobile": {
"win32-arm64-msvc": "aarch64-pc-windows-msvc",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neon-rs/manifest",
"private": false,
"version": "0.1.0",
"version": "0.1.1",
"description": "Library for working with Neon package configuration.",
"exports": {
".": {
Expand Down

0 comments on commit 131995a

Please sign in to comment.