From 440e2e1204c58d3adc8bf6b9891fb57e283d2e40 Mon Sep 17 00:00:00 2001 From: Blake Nedved Date: Sat, 30 Nov 2019 23:40:14 -0600 Subject: [PATCH] Add nimnoise package (#1264) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index f04e456..f0b0a2b 100644 --- a/packages.json +++ b/packages.json @@ -15444,5 +15444,21 @@ "description": "Nim module which provides clean, zero-effort command line parsing.", "license": "MIT", "web": "https://github.com/onelivesleft/simple_parseopt" + }, + { + "name": "nimnoise", + "url": "https://github.com/blakeanedved/nimnoise", + "method": "git", + "tags": [ + "nimnoise", + "noise", + "coherent", + "libnoise", + "library" + ], + "description": "A port of libnoise into pure nim, heavily inspired by Libnoise.Unity, but true to the original Libnoise", + "license": "MIT", + "web": "https://github.com/blakeanedved/nimnoise", + "doc": "https://lib-nimnoise.web.app/" } ]