mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
92b42c4c68
* [directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 release * added versions
19 lines
477 B
JSON
19 lines
477 B
JSON
{
|
|
"name": "directxmesh",
|
|
"version-string": "jun2021",
|
|
"description": "DirectXMesh geometry processing library",
|
|
"homepage": "http://go.microsoft.com/fwlink/?LinkID=324981",
|
|
"documentation": "https://github.com/microsoft/DirectXMesh/wiki",
|
|
"license": "MIT",
|
|
"supports": "windows | linux",
|
|
"dependencies": [
|
|
"directx-headers",
|
|
"directxmath"
|
|
],
|
|
"features": {
|
|
"dx12": {
|
|
"description": "Build with DirectX12 support for Windows 10"
|
|
}
|
|
}
|
|
}
|