fix windows builds - upgrade bindbc-freetype

This commit is contained in:
Vadim Lopatin 2024-03-11 09:32:36 +00:00
parent bbcf3f61fa
commit b0a30eae5a
1 changed files with 6 additions and 6 deletions

View File

@ -59,7 +59,7 @@
"libs-windows": ["opengl32"],
"dependencies": {
"bindbc-opengl": "~>1.1.0",
"bindbc-freetype": "~>1.2.2",
"bindbc-freetype": "~>1.2.4",
"bindbc-sdl": "~>1.4.5"
},
"copyFiles-windows-x86_64": [
@ -81,7 +81,7 @@
"libs-windows": ["opengl32"],
"dependencies": {
"bindbc-opengl": "~>1.1.0",
"bindbc-freetype": "~>1.2.2"
"bindbc-freetype": "~>1.2.4"
}
},
{
@ -92,7 +92,7 @@
"libs-windows": ["opengl32"],
"dependencies": {
"bindbc-opengl": "~>1.1.0",
"bindbc-freetype": "~>1.2.2",
"bindbc-freetype": "~>1.2.4",
"bindbc-sdl": "~>1.4.5",
"icontheme": "~>1.2.3"
}
@ -103,7 +103,7 @@
"versions-windows": ["Unicode"],
"dependencies": {
"bindbc-opengl": "~>1.1.0",
"bindbc-freetype": "~>1.2.2",
"bindbc-freetype": "~>1.2.4",
"bindbc-sdl": "~>1.4.5",
"icontheme": "~>1.2.3"
},
@ -123,7 +123,7 @@
"libs-posix": ["GLX"],
"dependencies": {
"bindbc-opengl": "~>1.1.0",
"bindbc-freetype": "~>1.2.2",
"bindbc-freetype": "~>1.2.4",
"x11": "~>1.0.21",
"icontheme": "~>1.2.3",
"glx-d": "~>1.1.0"
@ -135,7 +135,7 @@
"versions-windows": ["Unicode"],
"dependencies": {
"bindbc-opengl": "~>1.1.0",
"bindbc-freetype": "~>1.2.2",
"bindbc-freetype": "~>1.2.4",
"dsfml": "~>2.1.0",
"icontheme": "~>1.2.3"
},