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",