Merge pull request #528 from rxi/master
Added packages cmixer and cmixer_sdl2
This commit is contained in:
commit
42a323b652
1 changed files with 32 additions and 0 deletions
|
|
@ -6565,6 +6565,38 @@
|
|||
"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"
|
||||
},
|
||||
{
|
||||
"name": "chebyshev",
|
||||
"url": "https://github.com/jxy/chebyshev",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue