2022-06-04 10:51:49 +08:00
|
|
|
{
|
|
|
|
"name": "directx-dxc",
|
2023-03-08 03:00:07 +08:00
|
|
|
"version-date": "2023-03-01",
|
2022-06-04 10:51:49 +08:00
|
|
|
"description": "DirectX Shader Compiler (LLVM/Clang)",
|
|
|
|
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
|
|
|
|
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",
|
|
|
|
"license": null,
|
2023-01-09 17:24:11 +08:00
|
|
|
"supports": "(windows & !arm32 & !uwp) | (linux & x64)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2022-06-04 10:51:49 +08:00
|
|
|
}
|