diff options
Diffstat (limited to 'vcpkg/ports/uvatlas/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/uvatlas/vcpkg.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/vcpkg/ports/uvatlas/vcpkg.json b/vcpkg/ports/uvatlas/vcpkg.json new file mode 100644 index 0000000..c434fbe --- /dev/null +++ b/vcpkg/ports/uvatlas/vcpkg.json @@ -0,0 +1,54 @@ +{ + "name": "uvatlas", + "version-date": "2025-10-28", + "description": "UVAtlas isochart texture atlas", + "homepage": "https://github.com/Microsoft/UVAtlas", + "documentation": "https://github.com/Microsoft/UVAtlas/wiki", + "license": "MIT", + "supports": "(windows & !arm32) | 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": "uvatlas command-line tool", + "supports": "windows & !uwp & !xbox", + "dependencies": [ + { + "name": "directxmesh", + "default-features": false + }, + { + "name": "directxtex", + "default-features": false + } + ] + } + } +} |