vcpkg/ports/directxtk12/vcpkg.json
2021-11-13 14:46:33 -08:00

22 lines
512 B
JSON

{
"name": "directxtk12",
"version-string": "nov2021",
"description": "A collection of helper classes for writing DirectX 12 code in C++.",
"homepage": "https://github.com/Microsoft/DirectXTK12",
"documentation": "https://github.com/microsoft/DirectXTK12/wiki",
"license": "MIT",
"supports": "windows",
"dependencies": [
"directx-headers",
"directxmath",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}