mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:49:01 +08:00
f14984af37
* [directx-dxc, directx-headers] updated for December 2022 releases * Add WSL support to directx-dxc * Update targets file * [directx-headers] upstream hotfix for WSL compat issue * Fix-up for WSL header placement * Update baseline * github actions code review * update baseline Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
20 lines
494 B
JSON
20 lines
494 B
JSON
{
|
|
"name": "directx-dxc",
|
|
"version-date": "2022-12-16",
|
|
"description": "DirectX Shader Compiler (LLVM/Clang)",
|
|
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
|
|
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",
|
|
"license": null,
|
|
"supports": "(windows & !arm32 & !uwp) | (linux & x64)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|