aboutsummaryrefslogtreecommitdiff
path: root/ports/imgui/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-11-20 15:05:44 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-11-20 15:05:44 -0800
commitea6783f9ba878a58b43d8728fd816413f708eb04 (patch)
treef417a1556211ad78b7020a96a48432fc4192789a /ports/imgui/CONTROL
parent06819e43e30b64769d1ef036d20f6038dab4da34 (diff)
downloadvcpkg-ea6783f9ba878a58b43d8728fd816413f708eb04.tar.gz
vcpkg-ea6783f9ba878a58b43d8728fd816413f708eb04.zip
[imgui] Use vendored stb at request of author -- static linking is explicitly worked around. Update to 1.52.
Diffstat (limited to 'ports/imgui/CONTROL')
-rw-r--r--ports/imgui/CONTROL3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL
index 35e041de1..4428d0d45 100644
--- a/ports/imgui/CONTROL
+++ b/ports/imgui/CONTROL
@@ -1,4 +1,3 @@
Source: imgui
-Version: 1.51-1
-Build-Depends: stb
+Version: 1.52
Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.