Add dmd dependencies to dub.json
This commit is contained in:
parent
d39a9c4481
commit
8cf2cef54b
5
dub.json
5
dub.json
|
|
@ -15,7 +15,10 @@
|
||||||
"dcd:dsymbol": ">=0.16.0-beta.2 <0.17.0",
|
"dcd:dsymbol": ">=0.16.0-beta.2 <0.17.0",
|
||||||
"inifiled": "~>1.3.1",
|
"inifiled": "~>1.3.1",
|
||||||
"emsi_containers": "~>0.9.0",
|
"emsi_containers": "~>0.9.0",
|
||||||
"libddoc": "~>0.8.0"
|
"libddoc": "~>0.8.0",
|
||||||
|
"dmd:root": "~master",
|
||||||
|
"dmd:lexer": "~master",
|
||||||
|
"dmd:parser": "~master"
|
||||||
},
|
},
|
||||||
"targetPath" : "bin",
|
"targetPath" : "bin",
|
||||||
"stringImportPaths" : [
|
"stringImportPaths" : [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue