mirror of https://github.com/buggins/dlangui.git
update dependency versions
This commit is contained in:
parent
fcff95757d
commit
b06d485d12
6
dub.json
6
dub.json
|
@ -76,8 +76,8 @@
|
|||
"versions-windows": ["Unicode"],
|
||||
"dependencies": {
|
||||
"derelict-gl3": "~>1.0.18",
|
||||
"derelict-ft": "~>1.0.2",
|
||||
"derelict-sdl2": "~>1.9.7"
|
||||
"derelict-ft": "~>1.1.0",
|
||||
"derelict-sdl2": "~>2.0.0"
|
||||
},
|
||||
"copyFiles-windows-x86_64": [
|
||||
"libs/windows/x86_64/libfreetype-6.dll",
|
||||
|
@ -95,7 +95,7 @@
|
|||
"dependencies": {
|
||||
"derelict-gl3": "~>1.0.18",
|
||||
"derelict-ft": "~>1.0.2",
|
||||
"x11": "~>1.0.9"
|
||||
"x11": "~>1.0.13"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue