diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-07-01 16:18:33 -0700 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-07-01 16:18:33 -0700 |
| commit | 142fc0f35a0c90e6cce5725b933b3230bf4c6ff5 (patch) | |
| tree | ca9b68fa55fb185ca011e8d1cd4b821193074122 | |
| parent | adddff7bce8d534a438e6f71481316d16ea974e2 (diff) | |
| download | packages-142fc0f35a0c90e6cce5725b933b3230bf4c6ff5.tar.gz packages-142fc0f35a0c90e6cce5725b933b3230bf4c6ff5.zip | |
Update packages.json
added termbox wrapper
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 67253d2..e05602f 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" } ] |
