vcpkg/ports/directxmesh/vcpkg.json
Chuck Walbourn f3b10454b3
[directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] June 2023 update (#32033)
* [directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] Update for June 13, 2023 release

* Minor format fix

* Update baseline

* Upstream fixes to CMake targets dependency handling

* Update baseline
2023-06-21 22:39:47 -07:00

47 lines
1.0 KiB
JSON

{
"name": "directxmesh",
"version-date": "2023-06-13",
"description": "DirectXMesh geometry processing library",
"homepage": "https://github.com/Microsoft/DirectXMesh",
"documentation": "https://github.com/microsoft/DirectXMesh/wiki",
"license": "MIT",
"supports": "windows | linux",
"dependencies": [
{
"name": "directx-headers",
"platform": "mingw | linux"
},
"directxmath",
{
"name": "ms-gdkx",
"platform": "xbox"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"dx12": {
"description": "Build with DirectX12 support for Windows 10/Windows 11",
"dependencies": [
{
"name": "directx-headers",
"platform": "windows & !xbox"
}
]
},
"spectre": {
"description": "Build Spectre-mitigated library"
},
"tools": {
"description": "meshconvert command-line tool",
"supports": "windows & !uwp & !xbox"
}
}
}