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