Skip to content

Commit

Permalink
fix windows builds - upgrade bindbc-freetype
Browse files Browse the repository at this point in the history
  • Loading branch information
buggins committed Mar 11, 2024
1 parent bbcf3f6 commit b0a30ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -81,7 +81,7 @@
"libs-windows": ["opengl32"],
"dependencies": {
"bindbc-opengl": "~>1.1.0",
"bindbc-freetype": "~>1.2.2"
"bindbc-freetype": "~>1.2.4"
}
},
{
Expand All @@ -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"
}
Expand All @@ -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"
},
Expand All @@ -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"
Expand All @@ -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"
},
Expand Down

0 comments on commit b0a30ea

Please sign in to comment.