vcpkg/ports/directxtk12/vcpkg.json

14 lines
383 B
JSON
Raw Normal View History

{
"name": "directxtk12",
"version-string": "aug2021",
"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"
]
}