osb/source/vcpkg.json

15 lines
395 B
JSON
Raw Normal View History

2024-02-18 13:55:01 +01:00
{
2024-03-08 20:09:27 +11:00
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"glew",
2024-12-31 18:34:28 +11:00
{ "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "linux" },
2024-12-31 18:21:12 +11:00
{ "name": "sdl2", "platform": "windows" },
2024-03-08 20:09:27 +11:00
"libvorbis",
"zlib",
"freetype",
"libpng",
"opus",
"zstd",
"mimalloc"
2024-03-08 20:09:27 +11:00
]
2024-02-18 13:55:01 +01:00
}