vcpkg/ports/directxmath/vcpkg.json
2024-10-16 14:43:17 -07:00

20 lines
458 B
JSON

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