vcpkg/ports/directxmath/vcpkg.json
Chuck Walbourn 2d53b88aaa
[directxmath] updated port to DirectXMath 3.18 release (#28309)
* [directxmath] Updated to DirectXMath 3.18 release

* Updated baseline

* Update for casing change upstream

* Update baseline

Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
2022-12-14 10:40:15 -08:00

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
}
]
}