2021-06-12 01:02:03 +08:00
|
|
|
{
|
|
|
|
"name": "uvatlas",
|
2022-08-02 03:53:52 +08:00
|
|
|
"version-date": "2022-07-30",
|
2021-06-12 01:02:03 +08:00
|
|
|
"description": "UVAtlas isochart texture atlas",
|
2021-06-22 05:20:45 +08:00
|
|
|
"homepage": "https://github.com/Microsoft/UVAtlas",
|
2021-06-12 01:02:03 +08:00
|
|
|
"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)"
|
2021-10-02 08:03:20 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-06-12 01:02:03 +08:00
|
|
|
}
|
2021-06-22 05:20:45 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"eigen": {
|
|
|
|
"description": "Use Eigen & Spectra for eigen-value computations",
|
|
|
|
"dependencies": [
|
|
|
|
"eigen3",
|
|
|
|
"spectra"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-06-12 01:02:03 +08:00
|
|
|
}
|