mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:09:00 +08:00
339d01f19c
* Update for September 2021 GitHub releases * Update directx tool kit ports * Update versions * Convert directxmesh and uvatlas to vcpkg-cmake * Refresh version hash
27 lines
602 B
JSON
27 lines
602 B
JSON
{
|
|
"name": "directxmesh",
|
|
"version-string": "sept2021",
|
|
"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"
|
|
}
|
|
}
|
|
}
|