diff options
| author | rxi <rxi@users.noreply.github.com> | 2017-06-24 16:53:02 +0100 |
|---|---|---|
| committer | rxi <rxi@users.noreply.github.com> | 2017-06-24 16:53:14 +0100 |
| commit | aa3a1c699d2ecee38c80e3284330ab5b6cc851b5 (patch) | |
| tree | f5daae0214dd57162c15c68a181856d472d7ff39 | |
| parent | 9eb0e1c3f26454e4ced71cd3eea35ca43b2ccc07 (diff) | |
| download | packages-aa3a1c699d2ecee38c80e3284330ab5b6cc851b5.tar.gz packages-aa3a1c699d2ecee38c80e3284330ab5b6cc851b5.zip | |
Added packages cmixer and cmixer_sdl2
| -rw-r--r-- | packages.json | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 13ca89d..669889d 100644 --- a/packages.json +++ b/packages.json @@ -6564,5 +6564,37 @@ "description": "experiment to build a jinja like template parser", "license": "MIT", "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" + } ] |
