mirror of https://github.com/buggins/dlangui.git
Fix pipelines.
This commit is contained in:
parent
3a49bf0e48
commit
c1287b5859
5
dub.json
5
dub.json
|
@ -57,7 +57,8 @@
|
||||||
"libs-windows": ["opengl32"],
|
"libs-windows": ["opengl32"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bindbc-opengl": "~>1.0.0",
|
"bindbc-opengl": "~>1.0.0",
|
||||||
"bindbc-freetype": "~>1.0.0"
|
"bindbc-freetype": "~>1.0.0",
|
||||||
|
"bindbc-sdl": "~>1.0.0"
|
||||||
},
|
},
|
||||||
"copyFiles-windows-x86_64": [
|
"copyFiles-windows-x86_64": [
|
||||||
"libs/windows/x86_64/libfreetype-6.dll"
|
"libs/windows/x86_64/libfreetype-6.dll"
|
||||||
|
@ -87,7 +88,7 @@
|
||||||
"versions-posix": ["USE_SDL", "USE_FREETYPE", "NO_OPENGL", "SDL_204"],
|
"versions-posix": ["USE_SDL", "USE_FREETYPE", "NO_OPENGL", "SDL_204"],
|
||||||
"versions-windows": ["Unicode" ,"NO_OPENGL"],
|
"versions-windows": ["Unicode" ,"NO_OPENGL"],
|
||||||
"libs-windows": ["opengl32"],
|
"libs-windows": ["opengl32"],
|
||||||
"dependencies-posix": {
|
"dependencies": {
|
||||||
"bindbc-opengl": "~>1.0.0",
|
"bindbc-opengl": "~>1.0.0",
|
||||||
"bindbc-freetype": "~>1.0.0",
|
"bindbc-freetype": "~>1.0.0",
|
||||||
"bindbc-sdl": "~>1.0.0",
|
"bindbc-sdl": "~>1.0.0",
|
||||||
|
|
Loading…
Reference in New Issue