oneweekend-d/dub.json

27 lines
445 B
JSON

{
"authors": [
"Michael Kohl"
],
"configurations": [
{
"name": "executable",
"targetName": "rtow",
"targetType": "executable"
},
{
"dependencies": {
"silly": "~>1.1.1"
},
"name": "unittest",
"targetType": "library"
}
],
"copyright": "Copyright © 2021, Michael Kohl",
"dependencies": {
"serve-d": "~>0.6.0"
},
"description": "Ray Tracing in One Weekend",
"license": "MIT",
"name": "oneweekend-d"
}