From 8a3d5110fc230cc0036a63132f34145d8f8ebf8b Mon Sep 17 00:00:00 2001 From: Joey Date: Thu, 21 Jun 2018 19:11:18 +0900 Subject: [PATCH 1/2] Update packages.json with libnx --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e486a46..8530c7b 100644 --- a/packages.json +++ b/packages.json @@ -387,6 +387,20 @@ "license": "BSD", "web": "https://github.com/nim-lang/nimble" }, + { + "name": "libnx", + "url": "https://github.com/jyapayne/nim-libnx", + "method": "git", + "tags": [ + "switch", + "nintendo switch", + "libnx", + "nx" + ], + "description": "A port of libnx to Nim", + "license": "The Unlicense", + "web": "https://github.com/jyapayne/nim-libnx" + }, { "name": "aporia", "url": "https://github.com/nim-lang/Aporia", From a47aec692f40cef695ca9f42dd3b0e68d882e7eb Mon Sep 17 00:00:00 2001 From: Joey Date: Thu, 21 Jun 2018 19:37:18 +0900 Subject: [PATCH 2/2] Remove spaces --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 8530c7b..dff2e9a 100644 --- a/packages.json +++ b/packages.json @@ -393,7 +393,7 @@ "method": "git", "tags": [ "switch", - "nintendo switch", + "nintendo", "libnx", "nx" ],