diff --git a/ports/libigl/vcpkg.json b/ports/libigl/vcpkg.json index 57c599949c2399..316c56068cec49 100644 --- a/ports/libigl/vcpkg.json +++ b/ports/libigl/vcpkg.json @@ -1,11 +1,10 @@ { "name": "libigl", "version": "2.6.0", - "port-version": 1, + "port-version": 2, "description": "libigl is a simple C++ geometry processing library. We have a wide functionality including construction of sparse discrete differential geometry operators and finite-elements matrices such as the cotangent Laplacian and diagonalized mass matrix, simple facet and edge-based topology data structures, mesh-viewing utilities for OpenGL and GLSL, and many core functions for matrix manipulation which make Eigen feel a lot more like MATLAB.", "homepage": "https://github.com/libigl/libigl", "license": "MPL-2.0", - "supports": "!uwp", "dependencies": [ "eigen3", "stb",