diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-06 15:49:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-06 15:49:30 +0100 |
| commit | fe5f34d127a0580c4bd121fba38a80fafdb2dbb0 (patch) | |
| tree | 3b8b07612c6ca24fe614024c77f8c9ed883b19be | |
| parent | 16988efbfdda7b391544d8d24d2234b2f730da55 (diff) | |
| parent | d85d78c0a8ece7e19e94a7b6b5992561ef2031ef (diff) | |
| download | packages-fe5f34d127a0580c4bd121fba38a80fafdb2dbb0.tar.gz packages-fe5f34d127a0580c4bd121fba38a80fafdb2dbb0.zip | |
Merge pull request #785 from johnnovak/add-fmod0432
Add package fmod
| -rw-r--r-- | packages.json | 15 |
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" } ] |
