vcpkg/ports/directxmesh/vcpkg.json
Chuck Walbourn 92b42c4c68
[directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 releases (#18366)
* [directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 release

* added versions
2021-06-11 10:02:03 -07:00

19 lines
477 B
JSON

{
"name": "directxmesh",
"version-string": "jun2021",
"description": "DirectXMesh geometry processing library",
"homepage": "http://go.microsoft.com/fwlink/?LinkID=324981",
"documentation": "https://github.com/microsoft/DirectXMesh/wiki",
"license": "MIT",
"supports": "windows | linux",
"dependencies": [
"directx-headers",
"directxmath"
],
"features": {
"dx12": {
"description": "Build with DirectX12 support for Windows 10"
}
}
}