diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-09-11 12:31:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-11 12:31:30 -0700 |
| commit | b549e6a77972cb9d852a4540923d6eb114fbbc82 (patch) | |
| tree | 36b1ecb91da9766dcdfc14652d4b9ce43d3184d5 /ports/libigl/CONTROL | |
| parent | 7f471eaf73cbe7f256b50bac847c4e9b864d8dc4 (diff) | |
| download | vcpkg-b549e6a77972cb9d852a4540923d6eb114fbbc82.tar.gz vcpkg-b549e6a77972cb9d852a4540923d6eb114fbbc82.zip | |
[libigl] Re-fix install extra headers (#13471)
Diffstat (limited to 'ports/libigl/CONTROL')
| -rw-r--r-- | ports/libigl/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libigl/CONTROL b/ports/libigl/CONTROL index d01119a9d..a317fdb1b 100644 --- a/ports/libigl/CONTROL +++ b/ports/libigl/CONTROL @@ -1,6 +1,6 @@ Source: libigl Version: 2.2.0 -Port-Version: 1 +Port-Version: 2 Homepage: https://github.com/libigl/libigl 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. Build-Depends: eigen3 |
