diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-05-01 13:57:38 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 22:57:38 -0700 |
| commit | 7db2ffa0b0aa36113a8c72f2e1815f540f4c2b92 (patch) | |
| tree | fb05af72186a2f284fbd66bba7eeda8bb0fa28b6 /ports/libigl | |
| parent | 28fc76e7332db04e253d861fb3e4f0e27949d9b1 (diff) | |
| download | vcpkg-7db2ffa0b0aa36113a8c72f2e1815f540f4c2b92.tar.gz vcpkg-7db2ffa0b0aa36113a8c72f2e1815f540f4c2b92.zip | |
[imgui] Add feature bindings and remove feature example (#10253)
* [imgui] Separate feature tools from feature example
* [imgui] Separate feature tools from feature example
Co-authored-by: JackBoosY <yuzaiyang@microsoft.com>
Diffstat (limited to 'ports/libigl')
| -rw-r--r-- | ports/libigl/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libigl/CONTROL b/ports/libigl/CONTROL index 93041cc4d..90c5313fb 100644 --- a/ports/libigl/CONTROL +++ b/ports/libigl/CONTROL @@ -1,5 +1,5 @@ Source: libigl -Version: 2.1.0-1 +Version: 2.1.0-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 @@ -18,7 +18,7 @@ Build-Depends: glfw3 Feature: imgui Description: Build with imgui -Build-Depends: imgui[example] +Build-Depends: imgui[bindings] Feature: png Description: Build with libpng |
