aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-07-06 15:49:30 +0100
committerGitHub <noreply@github.com>2018-07-06 15:49:30 +0100
commitfe5f34d127a0580c4bd121fba38a80fafdb2dbb0 (patch)
tree3b8b07612c6ca24fe614024c77f8c9ed883b19be
parent16988efbfdda7b391544d8d24d2234b2f730da55 (diff)
parentd85d78c0a8ece7e19e94a7b6b5992561ef2031ef (diff)
downloadpackages-fe5f34d127a0580c4bd121fba38a80fafdb2dbb0.tar.gz
packages-fe5f34d127a0580c4bd121fba38a80fafdb2dbb0.zip
Merge pull request #785 from johnnovak/add-fmod0432
Add package fmod
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 4fdaee5..c8a24a5 100644
--- a/packages.json
+++ b/packages.json
@@ -9843,5 +9843,20 @@
"description": "Nim Home Assistant (NimHA) is a hub for combining multiple home automation devices and automating jobs",
"license": "GPLv3",
"web": "https://github.com/ThomasTJdev/nim_homeassistant"
+ },
+ {
+ "name": "fmod",
+ "url": "https://github.com/johnnovak/nim-fmod",
+ "method": "git",
+ "tags": [
+ "library",
+ "fmod",
+ "audio",
+ "game",
+ "sound"
+ ],
+ "description": "Nim wrapper for the FMOD Low Level C API",
+ "license": "MIT",
+ "web": "https://github.com/johnnovak/nim-fmod"
}
]