diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-08-24 12:49:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 12:49:35 -0700 |
| commit | bf594d63fce3e581a0f36404788946515e88f2de (patch) | |
| tree | d341c2c470b30ee0b16f3ac39ff3e9599a0e290f /ports/imgui/CONTROL | |
| parent | 02bfa2961ad0bc06efd2540b14f14659ad158177 (diff) | |
| download | vcpkg-bf594d63fce3e581a0f36404788946515e88f2de.tar.gz vcpkg-bf594d63fce3e581a0f36404788946515e88f2de.zip | |
[libigl] fix imgui feature (#12691)
Diffstat (limited to 'ports/imgui/CONTROL')
| -rw-r--r-- | ports/imgui/CONTROL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL index 38dc6775c..bee67cc00 100644 --- a/ports/imgui/CONTROL +++ b/ports/imgui/CONTROL @@ -1,6 +1,6 @@ Source: imgui Version: 1.78 -Port-Version: 1 +Port-Version: 2 Homepage: https://github.com/ocornut/imgui Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies. @@ -70,3 +70,6 @@ Description: Make available Win32 binding Feature: freetype Description: Build font atlases using FreeType instead of stb_truetype Build-Depends: freetype + +Feature: libigl-imgui +Description: Install the libigl-imgui headers |
