1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-09-19 15:19:56 +00:00
DirectXTex/build/vcpkg.json
2024-09-03 23:09:35 -07:00

14 lines
312 B
JSON

{
"$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"
]
}