aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames <NyctoFixer@gmail.com>2015-08-24 18:49:39 -0700
committerJames <NyctoFixer@gmail.com>2015-08-24 18:49:39 -0700
commitc30b1496c4f6d7cbb391cefbff1819c11584035a (patch)
tree3017c824ca9837b6f2e7f4caf1a84f056d950fa7
parent562586891f363690c212c548f428bc0d595ddb31 (diff)
downloadpackages-c30b1496c4f6d7cbb391cefbff1819c11584035a.tar.gz
packages-c30b1496c4f6d7cbb391cefbff1819c11584035a.zip
Update perlin description to include simplex noise
-rw-r--r--packages.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 1e49b7a..3ff2f79 100644
--- a/packages.json
+++ b/packages.json
@@ -3062,9 +3062,10 @@
"method": "git",
"tags": [
"perlin",
+ "simplex",
"noise"
],
- "description": "A perlin noise generation library",
+ "description": "Perlin noise and Simplex noise generation",
"license": "MIT",
"web": "https://github.com/Nycto/PerlinNim"
},