From 8a3d5110fc230cc0036a63132f34145d8f8ebf8b Mon Sep 17 00:00:00 2001 From: Joey Date: Thu, 21 Jun 2018 19:11:18 +0900 Subject: [PATCH] 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",