diff options
| author | Alex <c0ntribut0r@users.noreply.github.com> | 2019-08-14 09:28:58 +0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-08-14 08:28:58 +0200 |
| commit | 6a6141d89dec75b0654689ff9a07921020b2332c (patch) | |
| tree | 0bf91f0d1e37b69e34ddac11ad28b3e849ce0a95 | |
| parent | d6b1afbcafc148d942ec4def6b052a6ec8f8bf66 (diff) | |
| download | packages-6a6141d89dec75b0654689ff9a07921020b2332c.tar.gz packages-6a6141d89dec75b0654689ff9a07921020b2332c.zip | |
Add c4 package (#1141)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fd856e9..714dd3c 100644 --- a/packages.json +++ b/packages.json @@ -13995,5 +13995,20 @@ "description": "Spurdification library and CLI", "license": "MIT", "web": "https://github.com/paradox460/spurdify" + }, + { + "name": "c4", + "url": "https://github.com/c0ntribut0r/cat-400", + "method": "git", + "tags": [ + "game", + "framework", + "2d", + "3d" + ], + "description": "Game framework, modular and extensible", + "license": "MPL-2.0", + "web": "https://github.com/c0ntribut0r/cat-400", + "doc": "https://github.com/c0ntribut0r/cat-400/tree/master/docs/tutorials" } ] |
