From d85d78c0a8ece7e19e94a7b6b5992561ef2031ef Mon Sep 17 00:00:00 2001 From: John Novak Date: Fri, 6 Jul 2018 14:32:38 +1000 Subject: [PATCH] Added package fmod --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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" } ]