mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:39:10 +08:00
aa45329eb6
* [directxmesh, directxtex, directxtk, uvatlas] update ports for December 2022 releases * [directxtk12] fixed spectre feature * Update baseline * Upstream fixes for WSL * Update baseline Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
30 lines
681 B
JSON
30 lines
681 B
JSON
{
|
|
"name": "directxmesh",
|
|
"version-date": "2022-12-15",
|
|
"description": "DirectXMesh geometry processing library",
|
|
"homepage": "https://github.com/Microsoft/DirectXMesh",
|
|
"documentation": "https://github.com/microsoft/DirectXMesh/wiki",
|
|
"license": "MIT",
|
|
"supports": "windows | linux",
|
|
"dependencies": [
|
|
"directx-headers",
|
|
"directxmath",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"dx12": {
|
|
"description": "Build with DirectX12 support for Windows 10"
|
|
},
|
|
"spectre": {
|
|
"description": "Build Spectre-mitigated library"
|
|
}
|
|
}
|
|
}
|