mirror of https://github.com/buggins/dlangui.git
fix windows builds - upgrade bindbc-freetype
This commit is contained in:
parent
bbcf3f61fa
commit
b0a30eae5a
12
dub.json
12
dub.json
|
@ -59,7 +59,7 @@
|
||||||
"libs-windows": ["opengl32"],
|
"libs-windows": ["opengl32"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bindbc-opengl": "~>1.1.0",
|
"bindbc-opengl": "~>1.1.0",
|
||||||
"bindbc-freetype": "~>1.2.2",
|
"bindbc-freetype": "~>1.2.4",
|
||||||
"bindbc-sdl": "~>1.4.5"
|
"bindbc-sdl": "~>1.4.5"
|
||||||
},
|
},
|
||||||
"copyFiles-windows-x86_64": [
|
"copyFiles-windows-x86_64": [
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
"libs-windows": ["opengl32"],
|
"libs-windows": ["opengl32"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bindbc-opengl": "~>1.1.0",
|
"bindbc-opengl": "~>1.1.0",
|
||||||
"bindbc-freetype": "~>1.2.2"
|
"bindbc-freetype": "~>1.2.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
"libs-windows": ["opengl32"],
|
"libs-windows": ["opengl32"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bindbc-opengl": "~>1.1.0",
|
"bindbc-opengl": "~>1.1.0",
|
||||||
"bindbc-freetype": "~>1.2.2",
|
"bindbc-freetype": "~>1.2.4",
|
||||||
"bindbc-sdl": "~>1.4.5",
|
"bindbc-sdl": "~>1.4.5",
|
||||||
"icontheme": "~>1.2.3"
|
"icontheme": "~>1.2.3"
|
||||||
}
|
}
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
"versions-windows": ["Unicode"],
|
"versions-windows": ["Unicode"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bindbc-opengl": "~>1.1.0",
|
"bindbc-opengl": "~>1.1.0",
|
||||||
"bindbc-freetype": "~>1.2.2",
|
"bindbc-freetype": "~>1.2.4",
|
||||||
"bindbc-sdl": "~>1.4.5",
|
"bindbc-sdl": "~>1.4.5",
|
||||||
"icontheme": "~>1.2.3"
|
"icontheme": "~>1.2.3"
|
||||||
},
|
},
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
"libs-posix": ["GLX"],
|
"libs-posix": ["GLX"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bindbc-opengl": "~>1.1.0",
|
"bindbc-opengl": "~>1.1.0",
|
||||||
"bindbc-freetype": "~>1.2.2",
|
"bindbc-freetype": "~>1.2.4",
|
||||||
"x11": "~>1.0.21",
|
"x11": "~>1.0.21",
|
||||||
"icontheme": "~>1.2.3",
|
"icontheme": "~>1.2.3",
|
||||||
"glx-d": "~>1.1.0"
|
"glx-d": "~>1.1.0"
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
"versions-windows": ["Unicode"],
|
"versions-windows": ["Unicode"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bindbc-opengl": "~>1.1.0",
|
"bindbc-opengl": "~>1.1.0",
|
||||||
"bindbc-freetype": "~>1.2.2",
|
"bindbc-freetype": "~>1.2.4",
|
||||||
"dsfml": "~>2.1.0",
|
"dsfml": "~>2.1.0",
|
||||||
"icontheme": "~>1.2.3"
|
"icontheme": "~>1.2.3"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue