Crafter/dub.json
2022-08-01 02:19:43 -04:00

13 lines
253 B
JSON

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