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"],
|
||||
|
||||
"dependencies": {
|
||||
"dlangui": "==0.8.23",
|
||||
"dlangui": "==0.8.26",
|
||||
"dcd": "~>0.8.0"
|
||||
},
|
||||
|
||||
|
|
|
@ -27,10 +27,15 @@ extern (C) int UIAppMain(string[] args) {
|
|||
}
|
||||
}
|
||||
|
||||
//version (Windows) {
|
||||
// import derelict.lldb.lldbtest;
|
||||
// runLldbTests();
|
||||
//}
|
||||
|
||||
// embed non-standard resources listed in views/resources.list into executable
|
||||
embeddedResourceList.addResources(embedResourcesFromList!("resources.list")());
|
||||
|
||||
Platform.instance.uiTheme = "ide_theme_default";
|
||||
Platform.instance.uiTheme = "ide_theme_default";
|
||||
|
||||
// you can override default hinting mode here
|
||||
//FontManager.hintingMode = HintingMode.Light;
|
||||
|
|
Loading…
Reference in New Issue