diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-12-10 13:18:42 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-12-10 13:18:42 +0000 |
| commit | 01c53a1cdca8bd1903dc490f432610a53c8b9ef9 (patch) | |
| tree | 3f88cbd664808a82f60d00c2a64f640eb9bdbe16 | |
| parent | b4ad872135a7abd1748481ba957fb7945f345aa0 (diff) | |
| parent | 8fd77da40dd4313c8fe1a9dc655a4174ad398c25 (diff) | |
| download | packages-01c53a1cdca8bd1903dc490f432610a53c8b9ef9.tar.gz packages-01c53a1cdca8bd1903dc490f432610a53c8b9ef9.zip | |
Merge pull request #290 from yglukhov/patch-6
Added sound lib
| -rw-r--r-- | packages.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 6c299ef..9ff8eb3 100644 --- a/packages.json +++ b/packages.json @@ -3731,5 +3731,17 @@ "description": "Nim wrapper for the snappy compression library. there is also a high-level API for easy use", "license": "BSD", "web": "https://github.com/dfdeshom/nimsnappy" - } + }, + { + "name": "sound", + "url": "https://github.com/yglukhov/sound.git", + "method": "git", + "tags": [ + "sound", + "ogg" + ], + "description": "Cross-platform sound mixer library", + "license": "MIT", + "web": "https://github.com/yglukhov/sound" + } ] |
