From ffdc4df6eda1a5d6e4833b08cdd3572f0481a126 Mon Sep 17 00:00:00 2001 From: JessaTehCrow Date: Mon, 28 Nov 2022 04:25:50 +0100 Subject: [PATCH] Added package nimcolor (#2409) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index b7aa0aa..504af9f 100644 --- a/packages.json +++ b/packages.json @@ -27907,5 +27907,17 @@ "description": "Open XML Spreadsheet (Excel) Library for Nim", "license": "MIT", "web": "https://github.com/khchen/xl" + }, + { + "name": "nimcolor", + "url": "https://github.com/JessaTehCrow/NimColor", + "method": "git", + "tags": [ + "color", + "terminal" + ], + "description": "Color printing interface for nim", + "license": "MIT", + "web": "https://github.com/JessaTehCrow/NimColor" } ]