From a7cf8dbbbf0c74700407d0097346574bbf89267c Mon Sep 17 00:00:00 2001 From: ephja Date: Thu, 14 Jul 2016 22:32:52 +0200 Subject: [PATCH] Add IUP (#381) * Add IUP * correct botched conflict resolution --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 82ec5d3..fbc4b15 100644 --- a/packages.json +++ b/packages.json @@ -4926,5 +4926,17 @@ "web": "https://github.com/FedericoCeratto/nim-circleci", "url": "https://github.com/FedericoCeratto/nim-circleci", "description": "CircleCI API client" + }, + { + "name": "iup", + "description": "Bindings for the IUP widget toolkit", + "tags": [ + "GUI", + "IUP" + ], + "url": "https://github.com/nim-lang/iup", + "web": "https://github.com/nim-lang/iup", + "license": "MIT", + "method": "git" } ]