diff options
| author | ephja <ephja@yandex.com> | 2016-07-14 22:32:52 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-07-14 21:32:52 +0100 |
| commit | a7cf8dbbbf0c74700407d0097346574bbf89267c (patch) | |
| tree | 90e02d854160528b234a90080d1d65881dc06fc3 | |
| parent | 73db28fae3155dc8d9f8747abf0453cbf5ea61f5 (diff) | |
| download | packages-a7cf8dbbbf0c74700407d0097346574bbf89267c.tar.gz packages-a7cf8dbbbf0c74700407d0097346574bbf89267c.zip | |
Add IUP (#381)
* Add IUP
* correct botched conflict resolution
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
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" } ] |
