mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 15:57:50 +08:00
21 lines
474 B
JSON
21 lines
474 B
JSON
|
{
|
||
|
"name": "directx12-agility",
|
||
|
"version": "1.613.0",
|
||
|
"description": "DirectX 12 Agility SDK",
|
||
|
"homepage": "https://aka.ms/directx12agility",
|
||
|
"documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/",
|
||
|
"license": null,
|
||
|
"supports": "windows & !uwp & !xbox",
|
||
|
"dependencies": [
|
||
|
"directx-headers",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|