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/azure-kinect-sensor-sdk/CONTROL | |
| 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/azure-kinect-sensor-sdk/CONTROL')
| -rw-r--r-- | ports/azure-kinect-sensor-sdk/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/azure-kinect-sensor-sdk/CONTROL b/ports/azure-kinect-sensor-sdk/CONTROL index e062cbebf..0979028e7 100644 --- a/ports/azure-kinect-sensor-sdk/CONTROL +++ b/ports/azure-kinect-sensor-sdk/CONTROL @@ -9,4 +9,4 @@ Description: Build K4A doxygen documentation. Feature: tool Description: Build tools. -Build-Depends: gl3w, imgui[example]
\ No newline at end of file +Build-Depends: gl3w, glew, imgui[bindings]
\ No newline at end of file |
