[direcxtmath] Update for version 3.20 (#41584)

This commit is contained in:
Chuck Walbourn 2024-10-16 14:43:17 -07:00 committed by GitHub
parent 3adc2eb54e
commit cf806a37fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXMath REPO Microsoft/DirectXMath
REF feb2024b REF oct2024
SHA512 c1d9eebebc6ad049ba8999f04a31e8b240783f597776ea3b38512ec6b272f27b233d1aea80fa0e4dac01ff3d52d33a0e800150383572d0d4def979dd74e6fbde SHA512 501a3c8b51cd6d3d4fbcc511c2c37f1d0511bd84d546d5254c2bc81238c11242b9d62c7a153ee110dc9d96a0c7d2544428d8de832c943b680b0cb09d8e3760f2
HEAD_REF main HEAD_REF main
) )

View File

@ -1,11 +1,11 @@
{ {
"name": "directxmath", "name": "directxmath",
"version-date": "2024-02-14", "version-date": "2024-10-15",
"port-version": 1,
"description": "DirectXMath SIMD C++ math library", "description": "DirectXMath SIMD C++ math library",
"homepage": "https://github.com/Microsoft/DirectXMath", "homepage": "https://github.com/Microsoft/DirectXMath",
"documentation": "https://docs.microsoft.com/windows/win32/dxmath/directxmath-portal", "documentation": "https://docs.microsoft.com/windows/win32/dxmath/directxmath-portal",
"license": "MIT", "license": "MIT",
"supports": "!arm32",
"dependencies": [ "dependencies": [
{ {
"name": "vcpkg-cmake", "name": "vcpkg-cmake",

View File

@ -2293,8 +2293,8 @@
"port-version": 0 "port-version": 0
}, },
"directxmath": { "directxmath": {
"baseline": "2024-02-14", "baseline": "2024-10-15",
"port-version": 1 "port-version": 0
}, },
"directxmesh": { "directxmesh": {
"baseline": "2024-09-04", "baseline": "2024-09-04",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "b842f51d9302c1c46491b4481947be89005c3936",
"version-date": "2024-10-15",
"port-version": 0
},
{ {
"git-tree": "785a609b10fad1343aea267a513e8bbd49334fb0", "git-tree": "785a609b10fad1343aea267a513e8bbd49334fb0",
"version-date": "2024-02-14", "version-date": "2024-02-14",