mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:18:59 +08:00
[direcxtmath] Update for version 3.20 (#41584)
This commit is contained in:
parent
3adc2eb54e
commit
cf806a37fa
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Microsoft/DirectXMath
|
||||
REF feb2024b
|
||||
SHA512 c1d9eebebc6ad049ba8999f04a31e8b240783f597776ea3b38512ec6b272f27b233d1aea80fa0e4dac01ff3d52d33a0e800150383572d0d4def979dd74e6fbde
|
||||
REF oct2024
|
||||
SHA512 501a3c8b51cd6d3d4fbcc511c2c37f1d0511bd84d546d5254c2bc81238c11242b9d62c7a153ee110dc9d96a0c7d2544428d8de832c943b680b0cb09d8e3760f2
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "directxmath",
|
||||
"version-date": "2024-02-14",
|
||||
"port-version": 1,
|
||||
"version-date": "2024-10-15",
|
||||
"description": "DirectXMath SIMD C++ math library",
|
||||
"homepage": "https://github.com/Microsoft/DirectXMath",
|
||||
"documentation": "https://docs.microsoft.com/windows/win32/dxmath/directxmath-portal",
|
||||
"license": "MIT",
|
||||
"supports": "!arm32",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -2293,8 +2293,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"directxmath": {
|
||||
"baseline": "2024-02-14",
|
||||
"port-version": 1
|
||||
"baseline": "2024-10-15",
|
||||
"port-version": 0
|
||||
},
|
||||
"directxmesh": {
|
||||
"baseline": "2024-09-04",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b842f51d9302c1c46491b4481947be89005c3936",
|
||||
"version-date": "2024-10-15",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "785a609b10fad1343aea267a513e8bbd49334fb0",
|
||||
"version-date": "2024-02-14",
|
||||
|
Loading…
Reference in New Issue
Block a user