fix project files for osx

This commit is contained in:
Vadim Lopatin 2015-12-10 16:55:59 +03:00
parent 3ce9cd614b
commit 30757f1440
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
<Includes>
<Includes>
<Path>../dlangui/src</Path>
<Path>../dlangui/3rdparty</Path>
<Path>../dlangui/deps/gl3n</Path>
<Path>../dlangui/deps/DerelictGL3/source</Path>
<Path>../dlangui/deps/DerelictSDL2/source</Path>

View File

@ -14,7 +14,7 @@
"copyFiles-windows": ["lib/win32/dcd-server.exe", "lib/win32/dcd-client.exe"],
"dependencies": {
"dlangui": "~>0.7.9",
"dlangui": "~>0.7.10",
"libdparse": "==0.2.0"
},