Crafter/dub.json

17 lines
313 B
JSON
Raw Normal View History

2022-08-01 02:14:27 -04:00
{
"authors": [
"jordan4ibanez"
],
"copyright": "Copyright © 2022, jordan4ibanez",
2022-08-01 02:19:43 -04:00
"dependencies": {
2022-08-05 01:40:34 -04:00
"fast_noise": "~>1.0.3",
"delta_time": "~>1.0.0",
2022-08-01 02:19:43 -04:00
"raylib-d": "~>4.0.0"
},
2022-08-01 02:14:27 -04:00
"description": "A voxel thing written in D",
2022-08-03 03:58:17 -04:00
"libs": [
"raylibdll"
],
2022-08-01 02:14:27 -04:00
"license": "MIT",
"name": "voxel_thing"
}