Added package hsluv (#1435)

This commit is contained in:
Nagee Elghassein 2020-04-12 23:03:09 -07:00 committed by GitHub
parent f0aa0c2ffb
commit c388e3ca89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",