mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 10:53:49 +08:00
ac392a1ed0
* [directxmath, directxmesh, directxtex, directxtk, directxtk12, uvatlas] ports updated to February 2022 release * Update baseline * Updated directxmath to use non-deprecated functions * Refresh baseline * Updated for master-to-main rename * Refresh baseline * Remove en-us specific doc link * Refresh version baseline
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "directxmath",
|
|
"version-date": "2022-01-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
|
|
}
|
|
]
|
|
}
|