From 142fc0f35a0c90e6cce5725b933b3230bf4c6ff5 Mon Sep 17 00:00:00 2001 From: Billingsly Wetherfordshire Date: Mon, 1 Jul 2013 16:18:33 -0700 Subject: Update packages.json added termbox wrapper --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ] -- cgit v1.2.3