aboutsummaryrefslogtreecommitdiff
path: root/ports/imgui/CONTROL
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2021-03-01 17:40:09 +0100
committerGitHub <noreply@github.com>2021-03-01 08:40:09 -0800
commitb5bc9d5474e428dc1c29c2a6d050b8013c3f3e49 (patch)
tree326699cd21af2b5bd641c8c9bdde86acd4abcc69 /ports/imgui/CONTROL
parent3426db05b996481ca31e95fff3734cf23e0f51bc (diff)
downloadvcpkg-b5bc9d5474e428dc1c29c2a6d050b8013c3f3e49.tar.gz
vcpkg-b5bc9d5474e428dc1c29c2a6d050b8013c3f3e49.zip
[Imgui] Update docking-experimental and freetype features to 1.81 (#16268)
* [imgui] Update docking-experimental and freetype features to 1.81 * [imgui] Update version files * [imgui] Move string replacement to post-build * Update ports/imgui/CMakeLists.txt * [imgui] Declare IMGUI_ENABLE_FREETYPE macro only if the freetype feature is enabled and move wchar32 string replacement to post-build * [imgui] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/imgui/CONTROL')
-rw-r--r--ports/imgui/CONTROL81
1 files changed, 0 insertions, 81 deletions
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL
deleted file mode 100644
index 4544e7962..000000000
--- a/ports/imgui/CONTROL
+++ /dev/null
@@ -1,81 +0,0 @@
-Source: imgui
-Version: 1.81
-Port-Version: 1
-Homepage: https://github.com/ocornut/imgui
-Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.
-
-Feature: allegro5-binding
-Description: Make available Allegro5 binding
-Build-Depends: allegro5
-
-Feature: dx9-binding
-Description: Make available DirectX9 binding
-
-Feature: dx10-binding
-Description: Make available DirectX10 binding
-
-Feature: dx11-binding
-Description: Make available DirectX11 binding
-
-Feature: dx12-binding
-Description: Make available DirectX12 binding
-
-Feature: glfw-binding
-Description: Make available GLFW binding
-Build-Depends: glfw3
-
-Feature: glut-binding
-Description: Make available Glut binding
-Build-Depends: freeglut
-
-Feature: marmalade-binding
-Description: Make available Marmalade binding
-
-Feature: metal-binding
-Description: Make available Metal binding
-
-Feature: opengl2-binding
-Description: Make available OpenGL (legacy) binding
-
-Feature: opengl3-glew-binding
-Description: Make available OpenGL3/ES/ES2 (modern) binding with GLEW
-Build-Depends: glew
-
-Feature: opengl3-glad-binding
-Description: Make available OpenGL3/ES/ES2 (modern) binding with glad
-Build-Depends: glad
-
-Feature: opengl3-gl3w-binding
-Description: Make available OpenGL3/ES/ES2 (modern) binding with gl3w
-Build-Depends: gl3w
-
-Feature: opengl3-glbinding-binding
-Description: Make available OpenGL3/ES/ES2 (modern) binding glbinding
-Build-Depends: glbinding
-
-Feature: osx-binding
-Description: Make available OSX binding
-
-Feature: sdl2-binding
-Description: Make available SDL2 binding
-Build-Depends: sdl2
-
-Feature: vulkan-binding
-Description: Make available Vulkan binding
-Build-Depends: vulkan
-
-Feature: win32-binding
-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
-
-Feature: wchar32
-Description: Use WCHAR32 instead of WCHAR16
-
-Feature: docking-experimental
-Description: Build with docking support