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