diff options
| author | skyvault <dustinneumann42@gmail.com> | 2018-08-04 09:19:51 +0000 |
|---|---|---|
| committer | skyvault <dustinneumann42@gmail.com> | 2018-08-04 09:19:51 +0000 |
| commit | 59278450e75c9e3cf35203bb4aa5735e41f7bf57 (patch) | |
| tree | 346ac4284e3f398f916c091529575481ef685c14 | |
| parent | 86b87229035f24e015d88b5f734cf6cfa5d0727b (diff) | |
| download | packages-59278450e75c9e3cf35203bb4aa5735e41f7bf57.tar.gz packages-59278450e75c9e3cf35203bb4aa5735e41f7bf57.zip | |
Added 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" } ] |
