From dca7dd920c1b326cd70c9a951f8296f362e9e1de Mon Sep 17 00:00:00 2001 From: Mutsuha Asada <43488453+momeemt@users.noreply.github.com> Date: Mon, 28 Dec 2020 21:41:15 +0900 Subject: [PATCH] Added package Palette (#1765) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 26ff855..306aceb 100644 --- a/packages.json +++ b/packages.json @@ -14,7 +14,7 @@ "license": "MIT", "web": "https://github.com/kerrycobb/PhylogeNi/", "doc": "https://kerrycobb.github.io/PhylogeNi/" - }, + }, { "name": "geminim", "url": "https://github.com/IDF31/geminim", @@ -20935,5 +20935,18 @@ ], "description": "Mapping nim type to xml node, and parse from it.", "license": "LGPL-3.0" + }, + { + "name": "Palette", + "url": "https://github.com/momeemt/Palette", + "method": "git", + "tags": [ + "color", + "library", + "nigui" + ], + "description": "Color Library", + "license": "MIT", + "web": "https://github.com/momeemt/Palette" } ]