[add] Set new dub project up for game app.
This commit is contained in:
parent
d66764e9b4
commit
f240988463
9
dub.json
9
dub.json
@ -1,7 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "shapes-juke",
|
"name": "shapes-juke",
|
||||||
|
|
||||||
"targetType": "none",
|
"targetPath": ".bin",
|
||||||
|
|
||||||
"subPackages": ["sjscript", "sjplayer"]
|
"dependencies": {
|
||||||
|
"sjplayer": {"path": "sjplayer"},
|
||||||
|
|
||||||
|
"gl4d": {"path": "thirdparty/gl4d"},
|
||||||
|
"derelict-sfml2": "~>4.0.0-beta.2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
5
src/main.d
Normal file
5
src/main.d
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
/// License: MIT
|
||||||
|
|
||||||
|
int main(string[] args) {
|
||||||
|
return 0;
|
||||||
|
}
|
Reference in New Issue
Block a user