diff options
| author | Chuck Walbourn <walbourn@users.noreply.github.com> | 2021-06-21 14:19:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 14:19:46 -0700 |
| commit | 8d2e732b732ecf67731302f9b7fda75a10d0f574 (patch) | |
| tree | d0f2bdcbad679206973d61053978309b11d60aa3 /ports/directxmath | |
| parent | b56f5abcb2761b37a7f23ff9d75bfda1ee3fab1f (diff) | |
| download | vcpkg-8d2e732b732ecf67731302f9b7fda75a10d0f574.tar.gz vcpkg-8d2e732b732ecf67731302f9b7fda75a10d0f574.zip | |
[dxut, fx11, directxmath] ports updated (#18431)
* [dxut] port updated for latest servicing
* update baseline
* Update to use latest DirectXMath
* Fix baseline
* fx11 metadata update
* Updated baseline
* Converted directxmath CONTROL to vcpkg.json
* Update baseline
* Apply suggestions from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Code review feedback
* Update baseline
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/directxmath')
| -rw-r--r-- | ports/directxmath/CONTROL | 4 | ||||
| -rw-r--r-- | ports/directxmath/vcpkg.json | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/ports/directxmath/CONTROL b/ports/directxmath/CONTROL deleted file mode 100644 index bbd86fa2e..000000000 --- a/ports/directxmath/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: directxmath -Version: jan2021 -Homepage: https://walbourn.github.io/introducing-directxmath/ -Description: DirectXMath SIMD C++ math library diff --git a/ports/directxmath/vcpkg.json b/ports/directxmath/vcpkg.json new file mode 100644 index 000000000..e0ffe0e44 --- /dev/null +++ b/ports/directxmath/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "directxmath", + "version-string": "jan2021", + "port-version": 1, + "description": "DirectXMath SIMD C++ math library", + "homepage": "https://github.com/Microsoft/DirectXMath", + "documentation": "https://docs.microsoft.com/en-us/windows/win32/dxmath/directxmath-portal", + "license": "MIT" +} |
