mirror of https://github.com/buggins/dlangui.git
try fixing warning on dub registry site
This commit is contained in:
parent
8190530136
commit
5b954d7481
26
dub.json
26
dub.json
|
@ -50,8 +50,12 @@
|
||||||
"dependencies-posix": {
|
"dependencies-posix": {
|
||||||
"derelict-sdl2": "~>1.9.1"
|
"derelict-sdl2": "~>1.9.1"
|
||||||
},
|
},
|
||||||
"copyFiles-windows-x86_64": ["libs/windows/x86_64/libfreetype-6.dll"],
|
"copyFiles-windows-x86_64": [
|
||||||
"copyFiles-windows-x86": ["libs/windows/x86/libfreetype-6.dll"]
|
"libs/windows/x86_64/libfreetype-6.dll"
|
||||||
|
],
|
||||||
|
"copyFiles-windows-x86": [
|
||||||
|
"libs/windows/x86/libfreetype-6.dll"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sdl",
|
"name": "sdl",
|
||||||
|
@ -64,8 +68,14 @@
|
||||||
"derelict-sdl2": "~>1.9.1",
|
"derelict-sdl2": "~>1.9.1",
|
||||||
"gl3n": "~>1.0.1"
|
"gl3n": "~>1.0.1"
|
||||||
},
|
},
|
||||||
"copyFiles-windows-x86_64": ["libs/windows/x86_64/libfreetype-6.dll", "libs/windows/x86_64/SDL2.dll"],
|
"copyFiles-windows-x86_64": [
|
||||||
"copyFiles-windows-x86": ["libs/windows/x86/libfreetype-6.dll", "libs/windows/x86/SDL2.dll"]
|
"libs/windows/x86_64/libfreetype-6.dll",
|
||||||
|
"libs/windows/x86_64/SDL2.dll"
|
||||||
|
],
|
||||||
|
"copyFiles-windows-x86": [
|
||||||
|
"libs/windows/x86/libfreetype-6.dll",
|
||||||
|
"libs/windows/x86/SDL2.dll"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sfml",
|
"name": "sfml",
|
||||||
|
@ -78,8 +88,12 @@
|
||||||
"gl3n": "~>1.0.1",
|
"gl3n": "~>1.0.1",
|
||||||
"dsfml": "~master"
|
"dsfml": "~master"
|
||||||
},
|
},
|
||||||
"copyFiles-windows-x86_64": ["libs/windows/x86_64/libfreetype-6.dll"],
|
"copyFiles-windows-x86_64": [
|
||||||
"copyFiles-windows-x86": ["libs/windows/x86/libfreetype-6.dll"]
|
"libs/windows/x86_64/libfreetype-6.dll"
|
||||||
|
],
|
||||||
|
"copyFiles-windows-x86": [
|
||||||
|
"libs/windows/x86/libfreetype-6.dll"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue