mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:19:01 +08:00
92b42c4c68
* [directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 release * added versions
14 lines
388 B
JSON
14 lines
388 B
JSON
{
|
|
"name": "directxtk12",
|
|
"version-string": "jun2021",
|
|
"description": "A collection of helper classes for writing DirectX 12 code in C++.",
|
|
"homepage": "http://go.microsoft.com/fwlink/?LinkID=615561",
|
|
"documentation": "https://github.com/microsoft/DirectXTK12/wiki",
|
|
"license": "MIT",
|
|
"supports": "windows",
|
|
"dependencies": [
|
|
"directx-headers",
|
|
"directxmath"
|
|
]
|
|
}
|