From b3795fed57ed5371427e9c3c31692fd2e7d3d284 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 29 Oct 2016 17:46:19 +0200 Subject: [PATCH] Add UI package. --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]