18 lines
327 B
JSON
18 lines
327 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"dependencies": [
|
|
"glew",
|
|
"libsamplerate",
|
|
{
|
|
"name": "sdl2",
|
|
"features": [ "samplerate" ]
|
|
},
|
|
"libvorbis",
|
|
"zlib",
|
|
"freetype",
|
|
"libpng",
|
|
"opus",
|
|
"zstd",
|
|
"mimalloc"
|
|
]
|
|
} |