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 +]