mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"name": "directx-headers",
|
|
"version": "1.614.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
|
|
}
|
|
]
|
|
}
|