mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:50:45 +08:00
4292f1d679
* [directxmesh, directxtex, directxtk, directxtk12, uvatlas] port revision for some hotfixes * Update baseline
39 lines
809 B
JSON
39 lines
809 B
JSON
{
|
|
"name": "uvatlas",
|
|
"version-date": "2021-11-08",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|