mirror of https://github.com/buggins/dlangui.git
Merge pull request #518 from denizzzka/external_changes
Changes external configuration
This commit is contained in:
commit
e8e92134f3
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