2021-06-12 01:02:03 +08:00
|
|
|
{
|
|
|
|
"name": "uvatlas",
|
2023-05-02 06:25:18 +08:00
|
|
|
"version-date": "2023-04-28",
|
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",
|
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"
|
2023-04-06 07:30:02 +08:00
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "meshconvert command-line tool",
|
|
|
|
"supports": "windows & !uwp & !xbox",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "directxmesh",
|
|
|
|
"default-features": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "directxtex",
|
|
|
|
"default-features": false
|
|
|
|
}
|
|
|
|
]
|
2021-06-22 05:20:45 +08:00
|
|
|
}
|
|
|
|
}
|
2021-06-12 01:02:03 +08:00
|
|
|
}
|