diff --git a/dub.json b/dub.json index df480f9c..60199a43 100644 --- a/dub.json +++ b/dub.json @@ -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" },