diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-15 22:07:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-15 22:07:35 +0100 |
| commit | a0150ec5342f318fe6c99097404685468a649c57 (patch) | |
| tree | 134afbd2eca23cf6e5d068b3695bc5d206140cb1 | |
| parent | 94d025c143e4a91575d5f5b9722e181a4cdac81a (diff) | |
| parent | 46445c2307818e45f650289eef3bce9c0adb5d32 (diff) | |
| download | packages-a0150ec5342f318fe6c99097404685468a649c57.tar.gz packages-a0150ec5342f318fe6c99097404685468a649c57.zip | |
Merge pull request #831 from ThomasTJdev/nimblegui
Added nimblegui
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
