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/imgui/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/imgui/CONTROL')
| -rw-r--r-- | ports/imgui/CONTROL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL index c1484ec8b..a4ffede60 100644 --- a/ports/imgui/CONTROL +++ b/ports/imgui/CONTROL @@ -1,8 +1,8 @@ Source: imgui -Version: 1.74 +Version: 1.74-1 Homepage: https://github.com/ocornut/imgui Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies. -Feature: example -Description: build with examples -Build-Depends: glfw3, freeglut, opengl, sdl1 +Feature: bindings +Description: make available bindings header and source files for supported implementations +Build-Depends: glfw3, freeglut, opengl, sdl1, allegro5
\ No newline at end of file |
