pineapple/externals/vcpkg/ports/directxmath/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
434 B
JSON
Executable file

{
"name": "directxmath",
"version-date": "2022-05-18",
"description": "DirectXMath SIMD C++ math library",
"homepage": "https://github.com/Microsoft/DirectXMath",
"documentation": "https://docs.microsoft.com/windows/win32/dxmath/directxmath-portal",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}