From d82f1fe90dddf5f6148e44a8175882995a1789d9 Mon Sep 17 00:00:00 2001 From: Erik Johansson Andersson Date: Fri, 28 Jun 2013 01:07:59 +0200 Subject: [PATCH] Add library --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 455f0db..a58c6c9 100644 --- a/packages.json +++ b/packages.json @@ -123,6 +123,15 @@ "tags": ["library", "glfw", "opengl", "windowing", "game"], "description": "A High-level GLFW 3 wrapper for the Nimrod programming language", "license": "MIT" + }, + + { + "name": "nim-ao", + "url": "git://github.com/EXetoC/nim-ao/", + "method": "git", + "tags": ["library", "audio"], + "description": "A libao wrapper for the Nimrod programming language", + "license": "MIT" } ]