mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 22:19:07 +08:00
12bdfc7dd2
* November 8, 2021 releases * Update baseline
22 lines
512 B
JSON
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
|
|
}
|
|
]
|
|
}
|