diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-04 17:51:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-04 17:51:42 +0100 |
| commit | 4bac0fdefbc1ce952b4c47e24477431ffa16f2db (patch) | |
| tree | 346ac4284e3f398f916c091529575481ef685c14 | |
| parent | 86b87229035f24e015d88b5f734cf6cfa5d0727b (diff) | |
| parent | 59278450e75c9e3cf35203bb4aa5735e41f7bf57 (diff) | |
| download | packages-4bac0fdefbc1ce952b4c47e24477431ffa16f2db.tar.gz packages-4bac0fdefbc1ce952b4c47e24477431ffa16f2db.zip | |
Merge pull request #811 from SkyVault/add-nim_tiled0919
Add package nim_tiled
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 413e9d3..41d95e5 100644 --- a/packages.json +++ b/packages.json @@ -10128,5 +10128,19 @@ "description": "A client for the Google Cloud Text to Speech API.", "license": "MIT", "web": "https://github.com/dom96/texttospeech" + }, + { + "name": "nim_tiled", + "url": "https://github.com/SkyVault/nim-tiled", + "method": "git", + "tags": [ + "tiled", + "gamedev", + "tmx", + "indie" + ], + "description": "Tiled map loader for the Nim programming language", + "license": "MIT", + "web": "https://github.com/SkyVault/nim-tiled" } ] |
