From 45563c34efb9ecb4694515d90a4f5613d792e6cd Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 25 Sep 2018 10:22:58 -0300 Subject: [PATCH] Added package printdebug (#867) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 26b2677..b288464 100644 --- a/packages.json +++ b/packages.json @@ -10791,6 +10791,20 @@ "license": "MIT", "web": "https://github.com/Quelklef/nim-finals" }, + { + "name": "printdebug", + "url": "https://github.com/juancarlospaco/nim-printdebug", + "method": "git", + "tags": [ + "debug", + "print", + "helper", + "util" + ], + "description": "Print Debug for Nim, tiny 3 lines Lib, C Target", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-printdebug" + }, { "name": "tinyfiledialogs", "url": "https://github.com/juancarlospaco/nim-tinyfiledialogs",