mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:51:47 +08:00
cdc6c6b9c8
* [uvatlas, spectra] ports updated * Update versions * Minor code review * Update version * Code review feedback * Update baseline
31 lines
680 B
JSON
31 lines
680 B
JSON
{
|
|
"name": "uvatlas",
|
|
"version-string": "jun2021b",
|
|
"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)"
|
|
}
|
|
],
|
|
"features": {
|
|
"eigen": {
|
|
"description": "Use Eigen & Spectra for eigen-value computations",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"spectra"
|
|
]
|
|
}
|
|
}
|
|
}
|