mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +08:00
faed44dfa0
* [directx-dxc] new port for DirectX HLSL Compiler * Reformat * Update baseline * It's not strictly a tool only port * Update baseline * Code review feedback * Update baseline * Update ports/directx-dxc/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Update ports/directx-dxc/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Update ports/directx-dxc/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Refresh baseline Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
10 lines
333 B
JSON
10 lines
333 B
JSON
{
|
|
"name": "directx-dxc",
|
|
"version-date": "2021-12-08",
|
|
"description": "DirectX Shader Compiler (LLVM/Clang)",
|
|
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
|
|
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",
|
|
"license": null,
|
|
"supports": "windows & x64 & !uwp & !staticcrt"
|
|
}
|