15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"name": "standalone",
|
|
|
|
"sourcePaths": ["."],
|
|
"mainSourceFile": "main.d",
|
|
|
|
"targetPath": ".bin",
|
|
|
|
"dependencies": {
|
|
"sjplayer": {"path": "../"},
|
|
"gl4d": {"path": "../../thirdparty/gl4d"},
|
|
"derelict-sfml2": "~>4.0.0-beta.2"
|
|
}
|
|
}
|