Update packages.json with libnx (#769)

* Update packages.json with libnx

* Remove spaces
This commit is contained in:
Joey 2018-06-26 00:36:10 +09:00 committed by Dominik Picheta
parent 87a60df837
commit b8c113e806

View File

@ -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",