fix dub build:

This commit is contained in:
Vadim Lopatin 2015-01-22 12:10:33 +04:00
parent 645ed7c9b5
commit e7571a37c5
1 changed files with 2 additions and 4 deletions

View File

@ -25,14 +25,12 @@
"versions": ["EmbedStandardResources"], "versions": ["EmbedStandardResources"],
"sourcePaths": [ "sourcePaths": [
"3rdparty" "3rdparty", "src"
], ],
"dependencies": { "dependencies": {
"derelict-gl3": ">=1.0.12", "derelict-gl3": ">=1.0.12",
"dlib": ">=0.4.1" "dlib": ">=0.4.1",
},
"dependencies-posix": {
"derelict-ft": ">=1.0.0", "derelict-ft": ">=1.0.0",
"derelict-sdl2": ">=1.9.1" "derelict-sdl2": ">=1.9.1"
}, },