From 7f25e79af5b7fa0f0ec667dcee1c6346375862dd Mon Sep 17 00:00:00 2001 From: lqdev Date: Sun, 24 Nov 2019 17:44:21 +0100 Subject: [PATCH] Added package rdgui (#1258) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fac3326..15b2458 100644 --- a/packages.json +++ b/packages.json @@ -15374,5 +15374,19 @@ "description": "library for scraping google search results", "license": "MIT", "web": "https://github.com/xyb/googlesearch.nim" + }, + { + "name": "rdgui", + "url": "https://github.com/liquid600pgm/rdgui", + "method": "git", + "tags": [ + "modular", + "retained", + "gui", + "toolkit" + ], + "description": "A modular GUI toolkit for rapid", + "license": "MIT", + "web": "https://github.com/liquid600pgm/rdgui" } ]