From 8fd77da40dd4313c8fe1a9dc655a4174ad398c25 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Wed, 9 Dec 2015 15:51:07 +0200 Subject: [PATCH] Added sound lib --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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" + } ]