mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 12:39:02 +08:00
768379e8d9
* [directx-headers] Update port for Agility SDK 1.606.3 * [directxtex, directxtk12] updated port for upstream release for MinGW support * [directxmesh, directxtk, uvatlas] update ports for July 2022 releases * update baseline
20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"name": "directx-headers",
|
|
"version": "1.606.3",
|
|
"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
|
|
}
|
|
]
|
|
}
|