early-access version 2853
This commit is contained in:
38
externals/vcpkg/ports/uvatlas/vcpkg.json
vendored
Executable file
38
externals/vcpkg/ports/uvatlas/vcpkg.json
vendored
Executable file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "uvatlas",
|
||||
"version-date": "2022-05-09",
|
||||
"description": "UVAtlas isochart texture atlas",
|
||||
"homepage": "https://github.com/Microsoft/UVAtlas",
|
||||
"documentation": "https://github.com/Microsoft/UVAtlas/wiki",
|
||||
"license": "MIT",
|
||||
"supports": "windows | linux",
|
||||
"dependencies": [
|
||||
"directx-headers",
|
||||
"directxmath",
|
||||
{
|
||||
"name": "directxmesh",
|
||||
"platform": "!(uwp | linux)"
|
||||
},
|
||||
{
|
||||
"name": "directxtex",
|
||||
"platform": "!(uwp | linux)"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"eigen": {
|
||||
"description": "Use Eigen & Spectra for eigen-value computations",
|
||||
"dependencies": [
|
||||
"eigen3",
|
||||
"spectra"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user