mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
f3b10454b3
* [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
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "uvatlas",
|
|
"version-date": "2023-06-13",
|
|
"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": "mingw | 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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|