diff options
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index df90247..222e275 100644 --- a/packages.json +++ b/packages.json @@ -132,6 +132,15 @@ "tags": ["library", "audio"], "description": "A libao wrapper for the Nimrod programming language", "license": "MIT" + }, + + { + "name": "termbox", + "url": "git://github.com/fowlmouth/nim-termbox", + "method": "git", + "tags": ["library", "terminal", "io"], + "description": "Termbox wrapper.", + "license": "MIT" } ] |
