mirror of https://github.com/buggins/dlangui.git
fix dub build:
This commit is contained in:
parent
645ed7c9b5
commit
e7571a37c5
6
dub.json
6
dub.json
|
@ -25,14 +25,12 @@
|
||||||
"versions": ["EmbedStandardResources"],
|
"versions": ["EmbedStandardResources"],
|
||||||
|
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
"3rdparty"
|
"3rdparty", "src"
|
||||||
],
|
],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"derelict-gl3": ">=1.0.12",
|
"derelict-gl3": ">=1.0.12",
|
||||||
"dlib": ">=0.4.1"
|
"dlib": ">=0.4.1",
|
||||||
},
|
|
||||||
"dependencies-posix": {
|
|
||||||
"derelict-ft": ">=1.0.0",
|
"derelict-ft": ">=1.0.0",
|
||||||
"derelict-sdl2": ">=1.9.1"
|
"derelict-sdl2": ">=1.9.1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue