diff options
| author | Dorq <44760523+aizuon@users.noreply.github.com> | 2021-09-04 03:38:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-03 17:38:46 -0700 |
| commit | a4d0471091cecf75289ecffd6465995781d1a4c5 (patch) | |
| tree | 7a1ddb5d190d9c824889c190fb473f74ab98cf82 | |
| parent | bde7e87f48cff3ad6ab6e1ae20283a005efe6715 (diff) | |
| download | vcpkg-a4d0471091cecf75289ecffd6465995781d1a4c5.tar.gz vcpkg-a4d0471091cecf75289ecffd6465995781d1a4c5.zip | |
[libigl] fix imgui feature (#19746)
* [libigl] fix imgui feature
* run x-add-version
| -rw-r--r-- | ports/libigl/CONTROL | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libigl.json | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/ports/libigl/CONTROL b/ports/libigl/CONTROL index bc0ce7ef3..bec096774 100644 --- a/ports/libigl/CONTROL +++ b/ports/libigl/CONTROL @@ -1,6 +1,6 @@ Source: libigl Version: 2.2.0 -Port-Version: 4 +Port-Version: 5 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 @@ -20,7 +20,7 @@ Build-Depends: libigl[core, opengl], glfw3 Feature: imgui Description: Build with imgui -Build-Depends: libigl[core, glfw], imgui[core, glfw-binding, opengl3-glew-binding, libigl-imgui] +Build-Depends: libigl[core, glfw], imgui[core, glfw-binding, opengl3-binding, libigl-imgui] Feature: xml Description: Build with libxml diff --git a/versions/baseline.json b/versions/baseline.json index 6512e015b..a01465b54 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3338,7 +3338,7 @@ }, "libigl": { "baseline": "2.2.0", - "port-version": 4 + "port-version": 5 }, "libilbc": { "baseline": "3.0.3", diff --git a/versions/l-/libigl.json b/versions/l-/libigl.json index 04095ebf5..b72f54b76 100644 --- a/versions/l-/libigl.json +++ b/versions/l-/libigl.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "09f126e97a2f0d9e76a1109d6855bbdd4cab9c9d", + "version-string": "2.2.0", + "port-version": 5 + }, + { "git-tree": "d150e0cc468dec8769382b413a5c477a0682f1fd", "version-string": "2.2.0", "port-version": 4 |
