diff options
| author | Double_oxygeN <ymyk.crazydoctor@gmail.com> | 2018-04-05 21:57:56 +0900 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-05 13:57:56 +0100 |
| commit | bc89ac251f1adaaaa822cb20976bf8d11e99b83c (patch) | |
| tree | 45515a279603c349cf2c2ef12e278a5db30181f8 /packages.json | |
| parent | fedc72fe6ad2f0a36222c87a5ceacd5b0ad4f0b4 (diff) | |
| download | packages-bc89ac251f1adaaaa822cb20976bf8d11e99b83c.tar.gz packages-bc89ac251f1adaaaa822cb20976bf8d11e99b83c.zip | |
Added package tinamou (#697)
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4b22e5f..ba73f85 100644 --- a/packages.json +++ b/packages.json @@ -8866,6 +8866,18 @@ "web": "https://github.com/numforge/loopfusion" }, { + "name": "tinamou", + "url": "https://github.com/Double-oxygeN/tinamou", + "method": "git", + "tags": [ + "game", + "sdl2" + ], + "description": "Game Library in Nim with SDL2", + "license": "MIT", + "web": "https://github.com/Double-oxygeN/tinamou" + }, + { "name": "cittadino", "url": "https://github.com/makingspace/cittadino", "method": "git", |
