Crafter/dub.json
2022-09-01 20:31:36 -04:00

27 lines
589 B
JSON

{
"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",
"stb_vorbis": "~>1.0.0",
"vibe-d:utils": "~>0.9.5"
},
"description": "A voxel thing written in D",
"license": "MIT",
"mainSourceFile": "source/crafter.d",
"name": "crafter",
"targetType": "executable",
"versions": [
"GLFW_33",
"GL_41"
]
}