diff options
| author | Andrew Burns <andy85719@gmail.com> | 2018-03-17 20:59:55 -0700 |
|---|---|---|
| committer | Andrew Burns <andy85719@gmail.com> | 2018-03-17 20:59:55 -0700 |
| commit | 802da802b3e953fe8b9f272cfee23868c8779462 (patch) | |
| tree | 7259f6d4418b1528e04ca0aa1567c6c336253454 | |
| parent | 34b921a382505b84086e8a79b617d260bbc34c6d (diff) | |
| download | packages-802da802b3e953fe8b9f272cfee23868c8779462.tar.gz packages-802da802b3e953fe8b9f272cfee23868c8779462.zip | |
Added package nimclutter
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ce091d1..6a67a4f 100644 --- a/packages.json +++ b/packages.json @@ -8732,5 +8732,18 @@ "description": "Michael-Scott queue implemented in Nim", "license": "MIT", "web": "https://github.com/2vg/MSQueue" + }, + { + "name": "nimclutter", + "url": "https://github.com/KeepCoolWithCoolidge/nimclutter", + "method": "git", + "tags": [ + "clutter", + "gtk", + "gui" + ], + "description": "Nim bindings for Clutter toolkit.", + "license": "LGPLv2.1", + "web": "https://github.com/KeepCoolWithCoolidge/nimclutter" } ] |
