Skip to content

Commit

Permalink
Fix pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimMaple committed Dec 5, 2022
1 parent 3a49bf0 commit c1287b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c1287b5

Please sign in to comment.