fix dub.json

This commit is contained in:
Vadim Lopatin 2014-12-29 17:04:38 +04:00
parent ccaa2aa667
commit f85d0037a8
1 changed files with 4 additions and 1 deletions

View File

@ -96,7 +96,10 @@
"derelict-gl3": "~master",
"derelict-fi": "~master",
"derelict-ft": "~master",
"de_image:png": "~master"
"de_image": ">=0.2.3",
},
"subConfigurations": {
"de_image": "png"
},
"-ddoxFilterArgs": ["--unittest-examples", "--min-protection=Protected", "--ex", "win32.", "--ex", "src.dlangui"]
},