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" } ]