mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:39:08 +08:00
5317fe2c15
* Update directx-headers for 1.606.4 minor update * Update baseline
20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"name": "directx-headers",
|
|
"version": "1.606.4",
|
|
"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
|
|
}
|
|
]
|
|
}
|