From 09acc4fb32679b6a60cdb7af4741b3968decfb0a Mon Sep 17 00:00:00 2001 From: jjv360 Date: Fri, 26 Mar 2021 21:08:16 +0200 Subject: [PATCH] Added nim-termui --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 3786df7..a699e6b 100644 --- a/packages.json +++ b/packages.json @@ -21945,5 +21945,20 @@ "description": "Library for parsing text/gemini", "license": "MIT", "web": "https://github.com/autumngray/parsegemini" + }, + { + "name": "termui", + "url": "https://github.com/jjv360/nim-termui", + "method": "git", + "tags": [ + "terminal", + "console", + "ui", + "input", + "ask" + ], + "description": "Simple UI components for the terminal.", + "license": "MIT", + "web": "https://github.com/jjv360/nim-termui" } ]