Update vcpkg.json

[skip ci]
This commit is contained in:
Kae 2024-12-31 20:40:42 +11:00
parent ad1c25a502
commit a589a41fb4

View File

@ -2,8 +2,8 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [ "dependencies": [
"glew", "glew",
{ "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "!windows" }, { "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "linux" },
{ "name": "sdl2", "platform": "windows" }, { "name": "sdl2", "platform": "!linux" },
"libvorbis", "libvorbis",
"zlib", "zlib",
"freetype", "freetype",