From ec3f006d7f547dece97015265d2b34bc11b93fc2 Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Mon, 20 Dec 2021 01:57:36 +0700 Subject: [PATCH] Added package prettyclr (#2090) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 00ef9e0..0a7f878 100644 --- a/packages.json +++ b/packages.json @@ -24520,5 +24520,18 @@ "description": "A pure nim port of the open simplex noise algorithm from Kurt Spencer", "license": "MIT", "web": "https://github.com/betofloresbaca/nim-opensimplexnoise" + }, + { + "name": "prettyclr", + "url": "https://github.com/prettybauble/prettyclr", + "method": "git", + "tags": [ + "prettybauble", + "prettyclr", + "color" + ], + "description": "Small library for working with colors", + "license": "MIT", + "web": "https://github.com/prettybauble/prettyclr" } ]