From 127ebd71f37c0e29dfa6ca98fefbee4aa0723c20 Mon Sep 17 00:00:00 2001 From: Bung Date: Sun, 2 May 2021 16:09:25 +0800 Subject: [PATCH] Added package crowngui (#1891) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 05e15d3..b995cf4 100644 --- a/packages.json +++ b/packages.json @@ -22418,5 +22418,18 @@ "description": "Convert strings to a slug. Can be used for URLs, file names, IDs etc.", "license": "MIT", "web": "https://github.com/lenniezelk/slugify" + }, + { + "name": "crowngui", + "url": "https://github.com/bung87/crowngui", + "method": "git", + "tags": [ + "web-based", + "gui", + "framework" + ], + "description": "Web Technologies based Crossplatform GUI Framework", + "license": "MIT", + "web": "https://github.com/bung87/crowngui" } ]