mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:29:00 +08:00
0b57cc72ac
* [directxmesh, directxtex, directxtk(12), uvatalas] Update ports for April 2023 releases * directxtex port updated upstream with better OpenMP support fix * OpenMP hotfix for UVAtlas * Update baseline * Forgot to update the CMake config file for OpenMP * CMake fixes made upstream * Update baseline
41 lines
943 B
JSON
41 lines
943 B
JSON
{
|
|
"name": "directxmesh",
|
|
"version-date": "2023-04-28",
|
|
"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": "(windows & !xbox) | 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"
|
|
},
|
|
"spectre": {
|
|
"description": "Build Spectre-mitigated library"
|
|
},
|
|
"tools": {
|
|
"description": "meshconvert command-line tool",
|
|
"supports": "windows & !uwp & !xbox"
|
|
}
|
|
}
|
|
}
|