2021-06-12 01:02:03 +08:00
|
|
|
{
|
|
|
|
"name": "directxmesh",
|
2024-11-04 09:18:35 +08:00
|
|
|
"version-date": "2024-10-28",
|
2021-06-12 01:02:03 +08:00
|
|
|
"description": "DirectXMesh geometry processing library",
|
2021-10-02 08:03:20 +08:00
|
|
|
"homepage": "https://github.com/Microsoft/DirectXMesh",
|
2021-06-12 01:02:03 +08:00
|
|
|
"documentation": "https://github.com/microsoft/DirectXMesh/wiki",
|
|
|
|
"license": "MIT",
|
2024-09-06 15:13:47 +08:00
|
|
|
"supports": "(windows & !arm32) | linux",
|
2021-06-12 01:02:03 +08:00
|
|
|
"dependencies": [
|
2023-03-09 06:06:20 +08:00
|
|
|
{
|
|
|
|
"name": "directx-headers",
|
[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-22 13:39:47 +08:00
|
|
|
"platform": "mingw | linux"
|
2023-03-09 06:06:20 +08:00
|
|
|
},
|
2021-10-02 08:03:20 +08:00
|
|
|
"directxmath",
|
2023-03-09 06:06:20 +08:00
|
|
|
{
|
|
|
|
"name": "ms-gdkx",
|
|
|
|
"platform": "xbox"
|
|
|
|
},
|
2021-10-02 08:03:20 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-06-12 01:02:03 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"dx12": {
|
[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-22 13:39:47 +08:00
|
|
|
"description": "Build with DirectX12 support for Windows 10/Windows 11",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "directx-headers",
|
|
|
|
"platform": "windows & !xbox"
|
|
|
|
}
|
|
|
|
]
|
2023-01-05 06:44:07 +08:00
|
|
|
},
|
|
|
|
"spectre": {
|
|
|
|
"description": "Build Spectre-mitigated library"
|
2023-04-06 07:30:02 +08:00
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "meshconvert command-line tool",
|
|
|
|
"supports": "windows & !uwp & !xbox"
|
2021-06-12 01:02:03 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|