From c388e3ca899cea55697b34fc7665952ccf297d5a Mon Sep 17 00:00:00 2001 From: Nagee Elghassein Date: Sun, 12 Apr 2020 23:03:09 -0700 Subject: [PATCH] Added package hsluv (#1435) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 33e971b..73d911d 100644 --- a/packages.json +++ b/packages.json @@ -17383,6 +17383,20 @@ "license": "MIT", "web": "https://github.com/ThomasTJdev/choosenim_gui" }, + { + "name": "hsluv", + "url": "https://github.com/isthisnagee/hsluv-nim", + "method": "git", + "tags": [ + "color", + "hsl", + "hsluv", + "hpluv" + ], + "description": "A port of HSLuv, a human friendly alternative to HSL.", + "license": "MIT", + "web": "https://github.com/isthisnagee/hsluv-nim" + }, { "name": "lrucache", "url": "https://github.com/jackhftang/lrucache",