mirror of https://github.com/buggins/dlangide.git
update DlangUI dependency version
This commit is contained in:
parent
2ac611f645
commit
932afca154
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.7.57",
|
"dlangui": "~>0.7.58",
|
||||||
"dcd": "~>0.7.5"
|
"dcd": "~>0.7.5"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -630,6 +630,7 @@ class Project : WorkspaceItem {
|
||||||
Log.e("Cannot read project file", e);
|
Log.e("Cannot read project file", e);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
_items.loadFile(filename);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue