aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-10-29 17:46:19 +0200
committerDominik Picheta <dominikpicheta@gmail.com>2016-10-29 17:46:19 +0200
commitb3795fed57ed5371427e9c3c31692fd2e7d3d284 (patch)
tree5df04f2f51c69aff0f9bb286abf6147a3aa7c67c
parent088a163a0c33933b4265df4afdd5128ca0c71fcf (diff)
downloadpackages-b3795fed57ed5371427e9c3c31692fd2e7d3d284.tar.gz
packages-b3795fed57ed5371427e9c3c31692fd2e7d3d284.zip
Add UI package.
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 712ceb3..d652ca2 100644
--- a/packages.json
+++ b/packages.json
@@ -5384,5 +5384,19 @@
"description": "A low level GPIO library for the BeagleBone board family",
"license": "MIT",
"web": "https://vimeo.com/134834958"
+ },
+ {
+ "name": "ui",
+ "url": "https://github.com/nim-lang/ui",
+ "method": "git",
+ "tags": [
+ "library",
+ "GUI",
+ "libui",
+ "toolkit"
+ ],
+ "description": "A wrapper for libui",
+ "license": "MIT",
+ "web": "https://github.com/nim-lang/ui"
}
]