mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:29:08 +08:00
0b004849bd
* [directx-headers] update to the 1.610 release * Update baseline
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"name": "directx-headers",
|
|
"version": "1.610.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|