Skip to content

Commit b0a30ea

Browse files
committed
fix windows builds - upgrade bindbc-freetype
1 parent bbcf3f6 commit b0a30ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dub.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"libs-windows": ["opengl32"],
6060
"dependencies": {
6161
"bindbc-opengl": "~>1.1.0",
62-
"bindbc-freetype": "~>1.2.2",
62+
"bindbc-freetype": "~>1.2.4",
6363
"bindbc-sdl": "~>1.4.5"
6464
},
6565
"copyFiles-windows-x86_64": [
@@ -81,7 +81,7 @@
8181
"libs-windows": ["opengl32"],
8282
"dependencies": {
8383
"bindbc-opengl": "~>1.1.0",
84-
"bindbc-freetype": "~>1.2.2"
84+
"bindbc-freetype": "~>1.2.4"
8585
}
8686
},
8787
{
@@ -92,7 +92,7 @@
9292
"libs-windows": ["opengl32"],
9393
"dependencies": {
9494
"bindbc-opengl": "~>1.1.0",
95-
"bindbc-freetype": "~>1.2.2",
95+
"bindbc-freetype": "~>1.2.4",
9696
"bindbc-sdl": "~>1.4.5",
9797
"icontheme": "~>1.2.3"
9898
}
@@ -103,7 +103,7 @@
103103
"versions-windows": ["Unicode"],
104104
"dependencies": {
105105
"bindbc-opengl": "~>1.1.0",
106-
"bindbc-freetype": "~>1.2.2",
106+
"bindbc-freetype": "~>1.2.4",
107107
"bindbc-sdl": "~>1.4.5",
108108
"icontheme": "~>1.2.3"
109109
},
@@ -123,7 +123,7 @@
123123
"libs-posix": ["GLX"],
124124
"dependencies": {
125125
"bindbc-opengl": "~>1.1.0",
126-
"bindbc-freetype": "~>1.2.2",
126+
"bindbc-freetype": "~>1.2.4",
127127
"x11": "~>1.0.21",
128128
"icontheme": "~>1.2.3",
129129
"glx-d": "~>1.1.0"
@@ -135,7 +135,7 @@
135135
"versions-windows": ["Unicode"],
136136
"dependencies": {
137137
"bindbc-opengl": "~>1.1.0",
138-
"bindbc-freetype": "~>1.2.2",
138+
"bindbc-freetype": "~>1.2.4",
139139
"dsfml": "~>2.1.0",
140140
"icontheme": "~>1.2.3"
141141
},

0 commit comments

Comments
 (0)