mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 13:49:06 +08:00
f4c03ce4a8
* [directxmesh, directxtex, directxtk, uvatlas] update port for March 2023 releases * vcpkg reformat * Update baseline * Code review feedback * Refresh baseline
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "uvatlas",
|
|
"version-date": "2023-03-30",
|
|
"description": "UVAtlas isochart texture atlas",
|
|
"homepage": "https://github.com/Microsoft/UVAtlas",
|
|
"documentation": "https://github.com/Microsoft/UVAtlas/wiki",
|
|
"license": "MIT",
|
|
"supports": "windows | linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "directx-headers",
|
|
"platform": "(windows & !xbox) | linux"
|
|
},
|
|
"directxmath",
|
|
{
|
|
"name": "ms-gdkx",
|
|
"platform": "xbox"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"eigen": {
|
|
"description": "Use Eigen & Spectra for eigen-value computations",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"spectra"
|
|
]
|
|
},
|
|
"spectre": {
|
|
"description": "Build Spectre-mitigated library"
|
|
},
|
|
"tools": {
|
|
"description": "meshconvert command-line tool",
|
|
"supports": "windows & !uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "directxmesh",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "directxtex",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|