aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBillingsly Wetherfordshire <phowl.mouth@gmail.com>2013-07-01 16:18:33 -0700
committerBillingsly Wetherfordshire <phowl.mouth@gmail.com>2013-07-01 16:18:33 -0700
commit142fc0f35a0c90e6cce5725b933b3230bf4c6ff5 (patch)
treeca9b68fa55fb185ca011e8d1cd4b821193074122
parentadddff7bce8d534a438e6f71481316d16ea974e2 (diff)
downloadpackages-142fc0f35a0c90e6cce5725b933b3230bf4c6ff5.tar.gz
packages-142fc0f35a0c90e6cce5725b933b3230bf4c6ff5.zip
Update packages.json
added termbox wrapper
-rw-r--r--packages.json9
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"
}
]