15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"dependencies": [
|
|
"glew",
|
|
{ "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "linux" },
|
|
{ "name": "sdl2", "platform": "windows" },
|
|
"libvorbis",
|
|
"zlib",
|
|
"freetype",
|
|
"libpng",
|
|
"opus",
|
|
"zstd",
|
|
"mimalloc"
|
|
]
|
|
} |