From ce926c937d9ac9ec5470819939b612ba126928b1 Mon Sep 17 00:00:00 2001 From: Oliver Thomas Date: Mon, 20 Mar 2023 17:38:57 +0000 Subject: [PATCH] Add Package drawIt (#2546) Co-authored-by: Gabriel Huber --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 31bbbff..6614c38 100644 --- a/packages.json +++ b/packages.json @@ -29590,5 +29590,20 @@ ], "description": "A static code analyzer for Nim", "license": "BSD-3" + }, + { + "name": "drawIt", + "url": "https://gitlab.com/OFThomas/drawIt", + "method": "git", + "tags": [ + "terminal display", + "plotting", + "drawing", + "TUI", + "shapes" + ], + "description": "Nim Terminal User Interface library for plotting graphs and drawing shapes in the terminal, uses unicode chars and colours!", + "license": "Apache-2.0", + "web": "https://gitlab.com/OFThomas/drawIt" } ]