mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:59:01 +08:00
2d53b88aaa
* [directxmath] Updated to DirectXMath 3.18 release * Updated baseline * Update for casing change upstream * Update baseline Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "directxmath",
|
|
"version-date": "2022-12-12",
|
|
"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
|
|
}
|
|
]
|
|
}
|