2021-06-11 10:02:03 -07:00
|
|
|
{
|
|
|
|
"name": "uvatlas",
|
2024-02-27 00:24:49 -08:00
|
|
|
"version-date": "2024-02-21",
|
2021-06-11 10:02:03 -07:00
|
|
|
"description": "UVAtlas isochart texture atlas",
|
2021-06-21 14:20:45 -07:00
|
|
|
"homepage": "https://github.com/Microsoft/UVAtlas",
|
2021-06-11 10:02:03 -07:00
|
|
|
"documentation": "https://github.com/Microsoft/UVAtlas/wiki",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "windows | linux",
|
|
|
|
"dependencies": [
|
2023-03-08 14:06:20 -08:00
|
|
|
{
|
|
|
|
"name": "directx-headers",
|
[directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] June 2023 update (#32033)
* [directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] Update for June 13, 2023 release
* Minor format fix
* Update baseline
* Upstream fixes to CMake targets dependency handling
* Update baseline
2023-06-21 22:39:47 -07:00
|
|
|
"platform": "mingw | linux"
|
2023-03-08 14:06:20 -08:00
|
|
|
},
|
2021-06-11 10:02:03 -07:00
|
|
|
"directxmath",
|
2023-03-08 14:06:20 -08:00
|
|
|
{
|
|
|
|
"name": "ms-gdkx",
|
|
|
|
"platform": "xbox"
|
|
|
|
},
|
2021-10-01 17:03:20 -07:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-06-11 10:02:03 -07:00
|
|
|
}
|
2021-06-21 14:20:45 -07:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"eigen": {
|
|
|
|
"description": "Use Eigen & Spectra for eigen-value computations",
|
|
|
|
"dependencies": [
|
|
|
|
"eigen3",
|
|
|
|
"spectra"
|
|
|
|
]
|
2023-01-04 14:44:07 -08:00
|
|
|
},
|
|
|
|
"spectre": {
|
|
|
|
"description": "Build Spectre-mitigated library"
|
2023-04-05 16:30:02 -07:00
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "meshconvert command-line tool",
|
|
|
|
"supports": "windows & !uwp & !xbox",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "directxmesh",
|
|
|
|
"default-features": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "directxtex",
|
|
|
|
"default-features": false
|
|
|
|
}
|
|
|
|
]
|
2021-06-21 14:20:45 -07:00
|
|
|
}
|
|
|
|
}
|
2021-06-11 10:02:03 -07:00
|
|
|
}
|