[add] Set new dub project up for game app.

This commit is contained in:
falsycat 2019-10-10 00:00:00 +00:00
parent d66764e9b4
commit f240988463
2 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,12 @@
{
"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
View File

@ -0,0 +1,5 @@
/// License: MIT
int main(string[] args) {
return 0;
}