diff options
| author | James <NyctoFixer@gmail.com> | 2015-08-21 17:11:42 -0700 |
|---|---|---|
| committer | James <NyctoFixer@gmail.com> | 2015-08-21 17:11:42 -0700 |
| commit | 70fb84ddf7029eb8429b8bab01a28aeb55c00636 (patch) | |
| tree | 34f9f2055a8d3abc7bab794aa380edfe0be46824 | |
| parent | 84e4dd9dd447d77af7a6b362e548a7cd69f125ce (diff) | |
| download | packages-70fb84ddf7029eb8429b8bab01a28aeb55c00636.tar.gz packages-70fb84ddf7029eb8429b8bab01a28aeb55c00636.zip | |
Add perlin package
| -rw-r--r-- | packages.json | 14 |
1 files changed, 13 insertions, 1 deletions
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 +] |
