mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 21:58:55 +08:00
ac392a1ed0
* [directxmath, directxmesh, directxtex, directxtk, directxtk12, uvatlas] ports updated to February 2022 release * Update baseline * Updated directxmath to use non-deprecated functions * Refresh baseline * Updated for master-to-main rename * Refresh baseline * Remove en-us specific doc link * Refresh version baseline
22 lines
513 B
JSON
22 lines
513 B
JSON
{
|
|
"name": "directxtk12",
|
|
"version-date": "2022-02-28",
|
|
"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
|
|
}
|
|
]
|
|
}
|