mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
20 lines
458 B
JSON
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
|
|
}
|
|
]
|
|
}
|