diff options
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
