This commit is contained in:
Vadim Lopatin 2016-01-14 10:04:20 +03:00
parent ec3a1abac0
commit 52592b3bc4
3 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,6 @@ Clone dependency libraries to dlangui/deps directory
git clone https://github.com/DerelictOrg/DerelictGL3.git
git clone https://github.com/DerelictOrg/DerelictFT.git
git clone https://github.com/DerelictOrg/DerelictSDL2.git
git clone https://github.com/Dav1dde/gl3n.git
git clone https://github.com/Hackerpilot/libdparse.git
git clone https://github.com/nomad-software/x11.git

View File

@ -12,7 +12,7 @@
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
"dependencies": {
"dlangui": "~>0.7.36",
"dlangui": "~>0.7.37",
"dcd": "~>0.7.5-3"
},

View File

@ -648,6 +648,7 @@ class Project : WorkspaceItem {
_dependencies ~= dep;
return true;
}
bool loadSelections() {
_dependencies.length = 0;
DubPackageFinder finder = new DubPackageFinder();