Crafter/dub.json

27 lines
589 B
JSON
Raw Normal View History

2022-08-01 02:14:27 -04:00
{
2022-08-28 17:53:51 -04:00
"authors": [
"jordan4ibanez"
],
"copyright": "Copyright © 2022, jordan4ibanez",
"dependencies": {
"arsd-official:image_files": "~>10.8.4",
"asdf": "~>0.7.15",
"bindbc-glfw": "~>1.0.1",
"bindbc-openal": "~>1.0.0",
"bindbc-opengl": "~>1.0.2",
"delta_time": "~>1.0.3",
"doml": "~>0.0.3",
"fast_noise": "~>1.0.3",
2022-09-01 20:31:36 -04:00
"stb_vorbis": "~>1.0.0",
"vibe-d:utils": "~>0.9.5"
2022-08-28 17:53:51 -04:00
},
"description": "A voxel thing written in D",
"license": "MIT",
"mainSourceFile": "source/crafter.d",
"name": "crafter",
"targetType": "executable",
"versions": [
2022-08-27 03:07:20 -04:00
"GLFW_33",
"GL_41"
]
2022-08-01 02:14:27 -04:00
}