Merge pull request #18 from EXetoC/patch-1

Add libao wrapper package.
This commit is contained in:
Dominik Picheta 2013-06-27 16:11:38 -07:00
commit fe815e8f95

View File

@ -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"
}
]