Merge pull request #233 from Nycto/patch-6

Add perlin package
This commit is contained in:
Dominik Picheta 2015-08-22 12:21:16 +01:00
commit 6b099f955d

View File

@ -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"
}
]
]