aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c64e57e..86e9b87 100644
--- a/packages.json
+++ b/packages.json
@@ -3746,5 +3746,17 @@
"description": "glue code generator to bind Nim and Lua together using Nim's powerful macro",
"license": "MIT",
"web": "https://github.com/jangko/nimLUA"
+ },
+ {
+ "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"
}
]