mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 06:18:24 +08:00
dbb323c091
Updates the DXC complier and DirectX 12 Headers for the *DirectX 12 Agility SDK* release for GDC 2024.
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"name": "directx-headers",
|
|
"version": "1.613.0",
|
|
"description": "Official DirectX 12 Headers",
|
|
"homepage": "https://devblogs.microsoft.com/directx/",
|
|
"documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/",
|
|
"license": "MIT",
|
|
"supports": "(windows & !xbox) | linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|