vcpkg/ports/uvatlas/vcpkg.json
Chuck Walbourn 339d01f19c
[directxtk, directxtk12, directxtex, directxmesh, uvatlas] ports updated for September 2021 release (#20457)
* Update for September 2021 GitHub releases

* Update directx tool kit ports

* Update versions

* Convert directxmesh and uvatlas to vcpkg-cmake

* Refresh version hash
2021-10-01 17:03:20 -07:00

39 lines
809 B
JSON

{
"name": "uvatlas",
"version-string": "sept2021",
"description": "UVAtlas isochart texture atlas",
"homepage": "https://github.com/Microsoft/UVAtlas",
"documentation": "https://github.com/Microsoft/UVAtlas/wiki",
"license": "MIT",
"supports": "windows | linux",
"dependencies": [
"directx-headers",
"directxmath",
{
"name": "directxmesh",
"platform": "!(uwp | linux)"
},
{
"name": "directxtex",
"platform": "!(uwp | linux)"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"eigen": {
"description": "Use Eigen & Spectra for eigen-value computations",
"dependencies": [
"eigen3",
"spectra"
]
}
}
}