From c1287b585994bdfc72114eb6bb24e9e87a67c8ae Mon Sep 17 00:00:00 2001 From: Grim Maple Date: Mon, 5 Dec 2022 20:38:46 +0300 Subject: [PATCH] Fix pipelines. --- dub.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 8708a884..0e27e8fc 100644 --- a/dub.json +++ b/dub.json @@ -57,7 +57,8 @@ "libs-windows": ["opengl32"], "dependencies": { "bindbc-opengl": "~>1.0.0", - "bindbc-freetype": "~>1.0.0" + "bindbc-freetype": "~>1.0.0", + "bindbc-sdl": "~>1.0.0" }, "copyFiles-windows-x86_64": [ "libs/windows/x86_64/libfreetype-6.dll" @@ -87,7 +88,7 @@ "versions-posix": ["USE_SDL", "USE_FREETYPE", "NO_OPENGL", "SDL_204"], "versions-windows": ["Unicode" ,"NO_OPENGL"], "libs-windows": ["opengl32"], - "dependencies-posix": { + "dependencies": { "bindbc-opengl": "~>1.0.0", "bindbc-freetype": "~>1.0.0", "bindbc-sdl": "~>1.0.0",