mirror of https://github.com/buggins/dlangide.git
update dlangui dep
This commit is contained in:
parent
762fc83953
commit
df2ce7f28a
2
dub.json
2
dub.json
|
@ -12,7 +12,7 @@
|
||||||
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
|
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": "==0.8.23",
|
"dlangui": "==0.8.26",
|
||||||
"dcd": "~>0.8.0"
|
"dcd": "~>0.8.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,11 @@ extern (C) int UIAppMain(string[] args) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//version (Windows) {
|
||||||
|
// import derelict.lldb.lldbtest;
|
||||||
|
// runLldbTests();
|
||||||
|
//}
|
||||||
|
|
||||||
// embed non-standard resources listed in views/resources.list into executable
|
// embed non-standard resources listed in views/resources.list into executable
|
||||||
embeddedResourceList.addResources(embedResourcesFromList!("resources.list")());
|
embeddedResourceList.addResources(embedResourcesFromList!("resources.list")());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue