mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
70f8e23bfe
* [directxmath] port updated for May 2022 release * update baseline
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|