diff --git a/README.md b/README.md index 52edc16..ffe4e58 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dub.json b/dub.json index 3e46766..a768cec 100644 --- a/dub.json +++ b/dub.json @@ -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" }, diff --git a/src/dlangide/workspace/project.d b/src/dlangide/workspace/project.d index 47884e3..9981751 100644 --- a/src/dlangide/workspace/project.d +++ b/src/dlangide/workspace/project.d @@ -648,6 +648,7 @@ class Project : WorkspaceItem { _dependencies ~= dep; return true; } + bool loadSelections() { _dependencies.length = 0; DubPackageFinder finder = new DubPackageFinder();