From b8c113e80668808e15f8410d21b488a7767935df Mon Sep 17 00:00:00 2001 From: Joey Date: Tue, 26 Jun 2018 00:36:10 +0900 Subject: [PATCH] Update packages.json with libnx (#769) * Update packages.json with libnx * Remove spaces --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 578d54d..729704d 100644 --- a/packages.json +++ b/packages.json @@ -404,6 +404,20 @@ "license": "BSD", "web": "https://github.com/nim-lang/nimble" }, + { + "name": "libnx", + "url": "https://github.com/jyapayne/nim-libnx", + "method": "git", + "tags": [ + "switch", + "nintendo", + "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",