aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Krauter <simonkrauter@openmailbox.org>2017-07-06 21:58:43 +0200
committerGitHub <noreply@github.com>2017-07-06 21:58:43 +0200
commitf34d8b02bc0c1e5a2d1e668b63103a1f2735736a (patch)
treee3dc9b86f6eb85533aaf81b11bafb6c4dc00c5a1
parent1aa512fdfc416686c37b8a96efcb67a1a963963e (diff)
downloadpackages-f34d8b02bc0c1e5a2d1e668b63103a1f2735736a.tar.gz
packages-f34d8b02bc0c1e5a2d1e668b63103a1f2735736a.zip
Added NiGui
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1ceb464..2e96268 100644
--- a/packages.json
+++ b/packages.json
@@ -6653,5 +6653,18 @@
"description": "Spinny is a tiny terminal spinner package for the Nim Programming Language.",
"license": "MIT",
"web": "https://github.com/molnarmark/spinny"
+ },
+ {
+ "name": "nigui",
+ "url": "https://github.com/trustable-code/NiGui",
+ "method": "git",
+ "tags": [
+ "gui",
+ "windows",
+ "gtk"
+ ],
+ "description": "NiGui is a cross-platform, desktop GUI toolkit using native widgets.",
+ "license": "MIT",
+ "web": "https://github.com/trustable-code/NiGui"
}
]