Use new fast_noise library

This commit is contained in:
jordan4ibanez 2022-08-03 03:58:17 -04:00
parent 7a78eace9b
commit 548f047274

View File

@ -4,10 +4,13 @@
],
"copyright": "Copyright © 2022, jordan4ibanez",
"dependencies": {
"fast_noise": "~>1.0.0",
"raylib-d": "~>4.0.0"
},
"libs": [ "raylibdll" ],
"description": "A voxel thing written in D",
"libs": [
"raylibdll"
],
"license": "MIT",
"name": "voxel_thing"
}