diff options
| author | Cheney Wang <38240633+Cheney-W@users.noreply.github.com> | 2021-10-14 17:49:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-14 17:49:18 -0700 |
| commit | 703062b02624a48f383e58f8c2f40513df3048cb (patch) | |
| tree | aecd76c8a5d7887532e7581007d81db6689ff0d6 /ports/libigl/vcpkg.json | |
| parent | 70a3c7d3c51f60dbb40fad49ba9ea3fc0fb25b13 (diff) | |
| download | vcpkg-703062b02624a48f383e58f8c2f40513df3048cb.tar.gz vcpkg-703062b02624a48f383e58f8c2f40513df3048cb.zip | |
[libigl] Update to 2.3.0 (#20662)
* [libigl] Update to 2.3.0
* remove the change in fix-config.patch
* restore to the original state
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
Diffstat (limited to 'ports/libigl/vcpkg.json')
| -rw-r--r-- | ports/libigl/vcpkg.json | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/ports/libigl/vcpkg.json b/ports/libigl/vcpkg.json index 2a4a9797d..22f523168 100644 --- a/ports/libigl/vcpkg.json +++ b/ports/libigl/vcpkg.json @@ -1,12 +1,19 @@ { "name": "libigl", - "version-string": "2.2.0", - "port-version": 6, + "version": "2.3.0", "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", "supports": "!(arm | uwp)", "dependencies": [ - "eigen3" + "eigen3", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } ], "features": { "embree": { @@ -40,6 +47,7 @@ "opengl3-binding" ] }, + "imguizmo", { "name": "libigl", "default-features": false, |
