2022-06-03 19:51:49 -07:00
|
|
|
{
|
|
|
|
"name": "directx-dxc",
|
2024-08-01 09:53:39 -07:00
|
|
|
"version-date": "2024-07-31",
|
2024-10-21 22:32:08 +00:00
|
|
|
"port-version": 2,
|
2022-06-03 19:51:49 -07:00
|
|
|
"description": "DirectX Shader Compiler (LLVM/Clang)",
|
|
|
|
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
|
|
|
|
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",
|
|
|
|
"license": null,
|
2023-03-08 14:06:20 -08:00
|
|
|
"supports": "(windows & !arm32 & !uwp & !xbox) | (linux & x64)",
|
2023-01-09 01:24:11 -08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2024-03-20 13:47:48 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "zlib",
|
|
|
|
"platform": "linux & !static"
|
2023-01-09 01:24:11 -08:00
|
|
|
}
|
|
|
|
]
|
2022-06-03 19:51:49 -07:00
|
|
|
}
|