diff options
| author | Joey <jyapayne@gmail.com> | 2018-06-26 00:36:10 +0900 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-06-25 16:36:09 +0100 |
| commit | b8c113e80668808e15f8410d21b488a7767935df (patch) | |
| tree | 854a2e53ae49eb23a3754c5994a1e5a76b1b92ef | |
| parent | 87a60df837a7a835312182a18d4fb640dccdacd4 (diff) | |
| download | packages-b8c113e80668808e15f8410d21b488a7767935df.tar.gz packages-b8c113e80668808e15f8410d21b488a7767935df.zip | |
Update packages.json with libnx (#769)
* Update packages.json with libnx
* Remove spaces
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 578d54d..729704d 100644 --- a/packages.json +++ b/packages.json @@ -405,6 +405,20 @@ "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", "method": "git", |
