aboutsummaryrefslogtreecommitdiff
path: root/ports/imgui/CONTROL
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2020-06-23 22:56:15 +0200
committerGitHub <noreply@github.com>2020-06-23 13:56:15 -0700
commit8e9ee5d36c8c741ab56db242e57f232f06a56e7f (patch)
treef68313d7b0b6d5f3058a9e05f956edcf3df6d972 /ports/imgui/CONTROL
parent5058547304a553493f32924786fec9d4208df458 (diff)
downloadvcpkg-8e9ee5d36c8c741ab56db242e57f232f06a56e7f.tar.gz
vcpkg-8e9ee5d36c8c741ab56db242e57f232f06a56e7f.zip
[imgui] Add Freetype feature (#11919)
Diffstat (limited to 'ports/imgui/CONTROL')
-rw-r--r--ports/imgui/CONTROL8
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL
index 8ce2ad4f2..aff253831 100644
--- a/ports/imgui/CONTROL
+++ b/ports/imgui/CONTROL
@@ -1,8 +1,12 @@
Source: imgui
-Version: 1.76-1
+Version: 1.76-2
Homepage: https://github.com/ocornut/imgui
Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.
Feature: bindings
Description: make available bindings header and source files for supported implementations
-Build-Depends: glfw3, freeglut, opengl, sdl1, allegro5
+Build-Depends: glfw3, freeglut, opengl, sdl2, allegro5
+
+Feature: freetype
+Description: Build font atlases using FreeType instead of stb_truetype
+Build-Depends: freetype