From c4c8249a2355781f49daa89a1ac09085df875aea Mon Sep 17 00:00:00 2001 From: Bung Date: Sat, 27 Mar 2021 22:00:14 +0800 Subject: [PATCH] Added package icon (#1848) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index a699e6b..44aed56 100644 --- a/packages.json +++ b/packages.json @@ -21960,5 +21960,16 @@ "description": "Simple UI components for the terminal.", "license": "MIT", "web": "https://github.com/jjv360/nim-termui" + }, + { + "name": "icon", + "url": "https://github.com/bung87/icon", + "method": "git", + "tags": [ + "icon" + ], + "description": "Generate icon files from PNG files.", + "license": "MIT", + "web": "https://github.com/bung87/icon" } ]