From 46445c2307818e45f650289eef3bce9c0adb5d32 Mon Sep 17 00:00:00 2001 From: ThomasTJdev Date: Wed, 15 Aug 2018 18:20:22 +0200 Subject: [PATCH] Added nimblegui --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7d445d2..ee4e8a6 100644 --- a/packages.json +++ b/packages.json @@ -10347,5 +10347,18 @@ "description": "Fonts, Typesetting and Rasterization.", "license": "MIT", "web": "https://github.com/treeform/typography" + }, + { + "name": "nimblegui", + "url": "https://github.com/ThomasTJdev/nim_nimble_gui", + "method": "git", + "tags": [ + "nimble", + "gui", + "packages" + ], + "description": "A simple GUI front for Nimble.", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_nimble_gui" } ]