mirror of https://github.com/buggins/dlangui.git
external deps added
This commit is contained in:
parent
9cbac64292
commit
783502f1c7
5
dub.json
5
dub.json
|
@ -70,7 +70,10 @@
|
||||||
{
|
{
|
||||||
"name": "external",
|
"name": "external",
|
||||||
"versions": ["USE_EXTERNAL"],
|
"versions": ["USE_EXTERNAL"],
|
||||||
"excludedSourceFiles": ["3rdparty/fontconfig/*"]
|
"dependencies": {
|
||||||
|
"derelict-gl3": "~>1.0.18",
|
||||||
|
"derelict-ft": "~>1.1.2"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "minimal",
|
"name": "minimal",
|
||||||
|
|
Loading…
Reference in New Issue