diff options
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" +} |
