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/libigl/CONTROL | |
| parent | 02bfa2961ad0bc06efd2540b14f14659ad158177 (diff) | |
| download | vcpkg-bf594d63fce3e581a0f36404788946515e88f2de.tar.gz vcpkg-bf594d63fce3e581a0f36404788946515e88f2de.zip | |
[libigl] fix imgui feature (#12691)
Diffstat (limited to 'ports/libigl/CONTROL')
| -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 496f73570..3b2304002 100644 --- a/ports/libigl/CONTROL +++ b/ports/libigl/CONTROL @@ -15,11 +15,11 @@ Build-Depends: opengl, glad Feature: glfw Description: Build with glfw -Build-Depends: glfw3 +Build-Depends: libigl[opengl], glfw3 Feature: imgui Description: Build with imgui -Build-Depends: imgui[bindings] +Build-Depends: libigl[glfw], imgui[glfw-binding, opengl3-glew-binding, libigl-imgui] Feature: xml Description: Build with libxml |
