Fix pipelines.

This commit is contained in:
Grim Maple 2022-12-05 20:38:46 +03:00
parent 3a49bf0e48
commit c1287b5859
1 changed files with 3 additions and 2 deletions

View File

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