aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-06-30 23:19:14 +0100
committerGitHub <noreply@github.com>2017-06-30 23:19:14 +0100
commit42a323b6524204e02c89fae1b018c7fb050f5a74 (patch)
tree1735462e6c347a89875d8803a29ed94ecc6c0055
parentbbfc02a0b1af8d8a97927feedd0d176cb1164e10 (diff)
parent761373f6fd25741a83d855ab4901c902a93a1506 (diff)
downloadpackages-42a323b6524204e02c89fae1b018c7fb050f5a74.tar.gz
packages-42a323b6524204e02c89fae1b018c7fb050f5a74.zip
Merge pull request #528 from rxi/master
Added packages cmixer and cmixer_sdl2
-rw-r--r--packages.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 15fe15d..a3dba0e 100644
--- a/packages.json
+++ b/packages.json
@@ -6566,6 +6566,38 @@
"web": "https://github.com/enthus1ast/nimWebTemplates"
},
{
+ "name": "cmixer",
+ "url": "https://github.com/rxi/cmixer-nim",
+ "method": "git",
+ "tags": [
+ "library",
+ "audio",
+ "mixer",
+ "sound",
+ "wav",
+ "ogg"
+ ],
+ "description": "Lightweight audio mixer for games",
+ "license": "MIT",
+ "web": "https://github.com/rxi/cmixer-nim"
+ },
+ {
+ "name": "cmixer_sdl2",
+ "url": "https://github.com/rxi/cmixer_sdl2-nim",
+ "method": "git",
+ "tags": [
+ "library",
+ "audio",
+ "mixer",
+ "sound",
+ "wav",
+ "ogg"
+ ],
+ "description": "Lightweight audio mixer for SDL2",
+ "license": "MIT",
+ "web": "https://github.com/rxi/cmixer_sdl2-nim"
+ },
+ {
"name": "chebyshev",
"url": "https://github.com/jxy/chebyshev",
"method": "git",