2021-06-12 01:02:03 +08:00
|
|
|
{
|
|
|
|
"name": "uvatlas",
|
2023-02-10 02:59:56 +08:00
|
|
|
"version-date": "2023-02-06",
|
2023-03-09 06:06:20 +08:00
|
|
|
"port-version": 2,
|
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": [
|
2023-03-09 06:06:20 +08:00
|
|
|
{
|
|
|
|
"name": "directx-headers",
|
|
|
|
"platform": "(windows & !xbox) | linux"
|
|
|
|
},
|
2021-06-12 01:02:03 +08:00
|
|
|
"directxmath",
|
|
|
|
{
|
|
|
|
"name": "directxmesh",
|
|
|
|
"platform": "!(uwp | linux)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "directxtex",
|
2023-02-14 00:38:42 +08:00
|
|
|
"default-features": false,
|
2021-06-12 01:02:03 +08:00
|
|
|
"platform": "!(uwp | linux)"
|
2021-10-02 08:03:20 +08:00
|
|
|
},
|
2023-03-09 06:06:20 +08:00
|
|
|
{
|
|
|
|
"name": "ms-gdkx",
|
|
|
|
"platform": "xbox"
|
|
|
|
},
|
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"
|
|
|
|
]
|
2023-01-05 06:44:07 +08:00
|
|
|
},
|
|
|
|
"spectre": {
|
|
|
|
"description": "Build Spectre-mitigated library"
|
2021-06-22 05:20:45 +08:00
|
|
|
}
|
|
|
|
}
|
2021-06-12 01:02:03 +08:00
|
|
|
}
|