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" "3rdparty", "src"
], ],
"importPaths": [
"3rdparty", "src"
],
"dependencies": { "dependencies": {
"derelict-gl3": ">=1.0.12", "derelict-gl3": ">=1.0.12",
"dlib": ">=0.4.1", "dlib": ">=0.4.1",
@ -42,9 +46,9 @@
], ],
"dependencies": { "dependencies": {
"dlangui:dlanguilib": "~master", "dlangui:dlanguilib": "*",
"dlangui:example1": "~master", "dlangui:example1": "*",
"dlangui:helloworld": "~master", "dlangui:helloworld": "*",
"dlangui:tetris": "~master" "dlangui:tetris": "*"
} }
} }

View File

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