From ad1e44fbb394201d23a0e37d79cd94244ba928c2 Mon Sep 17 00:00:00 2001 From: John Novak Date: Sat, 13 Jul 2019 16:37:36 +1000 Subject: [PATCH] Added package illwill (#1115) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ef11d21..15a1ef5 100644 --- a/packages.json +++ b/packages.json @@ -13740,5 +13740,19 @@ "description": "A build tool for Neverwinter Nights projects", "license": "MIT", "web": "https://github.com/squattingmonk/nasher.nim" + }, + { + "name": "illwill", + "url": "https://github.com/johnnovak/illwill", + "method": "git", + "tags": [ + "terminal", + "console", + "curses", + "ui" + ], + "description": "A curses inspired simple cross-platform console library for Nim", + "license": "MIT", + "web": "https://github.com/johnnovak/illwill" } ]