fix dub build

This commit is contained in:
Vadim Lopatin 2015-01-22 11:17:49 +03:00
parent e7571a37c5
commit a19466c612
2 changed files with 9 additions and 4 deletions

View File

@ -28,6 +28,10 @@
"3rdparty", "src"
],
"importPaths": [
"3rdparty", "src"
],
"dependencies": {
"derelict-gl3": ">=1.0.12",
"dlib": ">=0.4.1",
@ -42,9 +46,9 @@
],
"dependencies": {
"dlangui:dlanguilib": "~master",
"dlangui:example1": "~master",
"dlangui:helloworld": "~master",
"dlangui:tetris": "~master"
"dlangui:dlanguilib": "*",
"dlangui:example1": "*",
"dlangui:helloworld": "*",
"dlangui:tetris": "*"
}
}

View File

@ -7,6 +7,7 @@
"targetPath": "bin",
"targetType": "executable",
"targetName": "tetris",
"copyFiles": ["res"],