vcpkg/ports/directx-headers/vcpkg.json
Chuck Walbourn b33f616f85
[directx-headers] updated for DirectX SDK Agility SDK v1.602.0 (#24490)
* Updated directx-headers port for v.1.600.10

* Update baseline

* Updated directx-headers port for v.1.602.0

* Update baseline

* Updated per github-actions bot recommendations

* Update baseline

* Update versions/d-/directx-headers.json

Co-authored-by: Billy O'Neal <bion@microsoft.com>

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-05-04 16:17:35 -07:00

20 lines
456 B
JSON

{
"name": "directx-headers",
"version": "1.602.0",
"description": "Official DirectX 12 Headers",
"homepage": "https://devblogs.microsoft.com/directx/",
"documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/",
"license": "MIT",
"supports": "windows | linux",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}