mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 16:19:02 +08:00
775738e3d1
February 2024 releases of **directxmesh**, **directxtex**, **directxtk**, **directxtk12**, and **uvatlas**. **directxtk** and **directxtk12** now publish pkg-config files.
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "uvatlas",
|
|
"version-date": "2024-02-21",
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|