diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-06-30 23:19:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-30 23:19:14 +0100 |
| commit | 42a323b6524204e02c89fae1b018c7fb050f5a74 (patch) | |
| tree | 1735462e6c347a89875d8803a29ed94ecc6c0055 | |
| parent | bbfc02a0b1af8d8a97927feedd0d176cb1164e10 (diff) | |
| parent | 761373f6fd25741a83d855ab4901c902a93a1506 (diff) | |
| download | packages-42a323b6524204e02c89fae1b018c7fb050f5a74.tar.gz packages-42a323b6524204e02c89fae1b018c7fb050f5a74.zip | |
Merge pull request #528 from rxi/master
Added packages cmixer and cmixer_sdl2
| -rw-r--r-- | packages.json | 32 |
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", |
