diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-04 11:18:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-04 11:18:34 +0100 |
| commit | d07996d0ca8eb899744775a799f6135e9dcc81ed (patch) | |
| tree | adf1ac8fc2a9aff38b87142858f783a558060c0a | |
| parent | 56c4e4b2985a3985fc89392821454c5aa5f34490 (diff) | |
| parent | 1419eb6eae712a8464658e5c0604972fe14ae290 (diff) | |
| download | packages-d07996d0ca8eb899744775a799f6135e9dcc81ed.tar.gz packages-d07996d0ca8eb899744775a799f6135e9dcc81ed.zip | |
Merge pull request #776 from jyapayne/patch-4
Update packages.json with switch build
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 285ea52..e4e6b3c 100644 --- a/packages.json +++ b/packages.json @@ -419,6 +419,20 @@ "web": "https://github.com/jyapayne/nim-libnx" }, { + "name": "switch_build", + "url": "https://github.com/jyapayne/switch-build", + "method": "git", + "tags": [ + "switch", + "nintendo", + "build", + "builder" + ], + "description": "An easy way to build homebrew files for the Nintendo Switch", + "license": "MIT", + "web": "https://github.com/jyapayne/switch-build" + }, + { "name": "aporia", "url": "https://github.com/nim-lang/Aporia", "method": "git", |
