aboutsummaryrefslogtreecommitdiff
path: root/ports/imgui
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-05-08 17:51:44 -0700
committerGitHub <noreply@github.com>2019-05-08 17:51:44 -0700
commit223d5d82ac06cefc009c7c125771f5569d086ac5 (patch)
treeee1acc94b5385c6ba3dd57c3a2d3577a74b38e35 /ports/imgui
parent38aeee774a94b4cdb085e450ff579a404cc161c3 (diff)
downloadvcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.tar.gz
vcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.zip
[many ports] Updates 2019.05.07 (#6338)
* [many ports] Updates 2019.05.07 * Undo assimp and gdcm2 changes since they caused regressions
Diffstat (limited to 'ports/imgui')
-rw-r--r--ports/imgui/CONTROL2
-rw-r--r--ports/imgui/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL
index 6d143cb48..e0843acd7 100644
--- a/ports/imgui/CONTROL
+++ b/ports/imgui/CONTROL
@@ -1,3 +1,3 @@
Source: imgui
-Version: 1.69-1
+Version: 1.70
Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.
diff --git a/ports/imgui/portfile.cmake b/ports/imgui/portfile.cmake
index 8365f1902..3fa363886 100644
--- a/ports/imgui/portfile.cmake
+++ b/ports/imgui/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ocornut/imgui
- REF v1.69
- SHA512 6d65bc513ce30c77f7714c852cc1fd56295d212a7adc61cd81f48551bb5b88000dbc193fb9a167fb9819ed99a6b05a7001f82dbc727fdb438ca82dafc1c688d9
+ REF v1.70
+ SHA512 b1a0fba339a9b19a49316494e58eabacd250e85e8ee17552c03ed99f50886072c882979039f18139e504c4406cf31aea3e9ce391d4641318f0022fa9b51bb9c4
HEAD_REF master
)