1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-09 14:30:05 +00:00
DirectXTex/build/vcpkg.json

14 lines
312 B
JSON
Raw Permalink Normal View History

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"directxmath",
"directx-headers",
{
"name": "openexr",
"platform": "linux | (windows & !arm64ec)"
},
"libpng",
"libjpeg-turbo"
]
}