mirror of https://github.com/buggins/dlangide.git
fixes
This commit is contained in:
parent
ec3a1abac0
commit
52592b3bc4
|
@ -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/DerelictGL3.git
|
||||||
git clone https://github.com/DerelictOrg/DerelictFT.git
|
git clone https://github.com/DerelictOrg/DerelictFT.git
|
||||||
git clone https://github.com/DerelictOrg/DerelictSDL2.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/Hackerpilot/libdparse.git
|
||||||
git clone https://github.com/nomad-software/x11.git
|
git clone https://github.com/nomad-software/x11.git
|
||||||
|
|
||||||
|
|
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.36",
|
"dlangui": "~>0.7.37",
|
||||||
"dcd": "~>0.7.5-3"
|
"dcd": "~>0.7.5-3"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -648,6 +648,7 @@ class Project : WorkspaceItem {
|
||||||
_dependencies ~= dep;
|
_dependencies ~= dep;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool loadSelections() {
|
bool loadSelections() {
|
||||||
_dependencies.length = 0;
|
_dependencies.length = 0;
|
||||||
DubPackageFinder finder = new DubPackageFinder();
|
DubPackageFinder finder = new DubPackageFinder();
|
||||||
|
|
Loading…
Reference in New Issue