mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 10:49:26 +08:00
339d01f19c
* Update for September 2021 GitHub releases * Update directx tool kit ports * Update versions * Convert directxmesh and uvatlas to vcpkg-cmake * Refresh version hash
14 lines
384 B
JSON
14 lines
384 B
JSON
{
|
|
"name": "directxtk12",
|
|
"version-string": "sept2021",
|
|
"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"
|
|
]
|
|
}
|