diff options
| author | John Novak <john.novak@otherlevels.com> | 2018-07-06 14:32:38 +1000 |
|---|---|---|
| committer | John Novak <john.novak@otherlevels.com> | 2018-07-06 14:32:38 +1000 |
| commit | d85d78c0a8ece7e19e94a7b6b5992561ef2031ef (patch) | |
| tree | 3b8b07612c6ca24fe614024c77f8c9ed883b19be | |
| parent | fa903b1160eb75b92d527d7db496559ed941a0ce (diff) | |
| download | packages-d85d78c0a8ece7e19e94a7b6b5992561ef2031ef.tar.gz packages-d85d78c0a8ece7e19e94a7b6b5992561ef2031ef.zip | |
Added package fmod
| -rw-r--r-- | packages.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 8864037..c8a24a5 100644 --- a/packages.json +++ b/packages.json @@ -9017,7 +9017,7 @@ "library", "wrapper", "binding", - "nonlinear-optimization", + "nonlinear-optimization" ], "description": "A wrapper for the non-linear optimization C library Nlopt", "license": "MIT", @@ -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" } ] |
