mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-21 20:10:05 +00:00
14 lines
312 B
JSON
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"
|
|
]
|
|
}
|