From 59278450e75c9e3cf35203bb4aa5735e41f7bf57 Mon Sep 17 00:00:00 2001 From: skyvault Date: Sat, 4 Aug 2018 09:19:51 +0000 Subject: [PATCH] Added package nim_tiled --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]