diff options
| -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" } ] |
