From 70fb84ddf7029eb8429b8bab01a28aeb55c00636 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 21 Aug 2015 17:11:42 -0700 Subject: [PATCH] Add perlin package --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 8e264fb..f0f87aa 100644 --- a/packages.json +++ b/packages.json @@ -3055,5 +3055,17 @@ "description": "Nim wrapper for libcurl.", "license": "MIT", "web": "https://github.com/Araq/libcurl" + }, + { + "name": "perlin", + "url": "https://github.com/Nycto/PerlinNim", + "method": "git", + "tags": [ + "perlin", + "noise" + ], + "description": "A perlin noise generation library", + "license": "MIT", + "web": "https://github.com/Nycto/PerlinNim" } -] \ No newline at end of file +]