2021-06-11 10:02:03 -07:00
|
|
|
{
|
|
|
|
"name": "directxtk12",
|
2021-11-13 14:46:33 -08:00
|
|
|
"version-string": "nov2021",
|
2021-06-11 10:02:03 -07:00
|
|
|
"description": "A collection of helper classes for writing DirectX 12 code in C++.",
|
2021-08-26 15:37:42 -07:00
|
|
|
"homepage": "https://github.com/Microsoft/DirectXTK12",
|
2021-06-11 10:02:03 -07:00
|
|
|
"documentation": "https://github.com/microsoft/DirectXTK12/wiki",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "windows",
|
|
|
|
"dependencies": [
|
|
|
|
"directx-headers",
|
2021-10-15 19:34:23 -07:00
|
|
|
"directxmath",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-06-11 10:02:03 -07:00
|
|
|
]
|
|
|
|
}
|