blob: a09232f4fd9b73b5c70364537b83ad6e6e459afc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "directxtk12",
"version-string": "sept2021",
"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"
]
}
|