From 8fbcb9008e0a952a597102d3ecf6ff9bbca9bf6a Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Sun, 8 Aug 2021 23:22:24 -0500 Subject: [PATCH] Added notcurses --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8414a1d..9d326d9 100644 --- a/packages.json +++ b/packages.json @@ -23516,5 +23516,18 @@ "description": "Wrappers over the Tkrzw Database Manager C++ library.", "license": "Apache-2.0", "web": "https://git.sr.ht/~ehmry/nim-tkrzw" + }, + { + "name": "notcurses", + "url": "https://github.com/michaelsbradleyjr/nim-notcurses", + "method": "git", + "tags": [ + "cli", + "library", + "tui" + ], + "description": "A low-level Nim wrapper for Notcurses: blingful TUIs and character graphics", + "license": "Apache-2.0", + "web": "https://github.com/michaelsbradleyjr/nim-notcurses" } ]