aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2018-09-06 16:25:44 -0700
committerGitHub <noreply@github.com>2018-09-06 16:25:44 -0700
commit40510c3aafc3d96876aaa57e42e2bbac801b25d7 (patch)
tree36c6a4227ad58077cde1095470507d940202e761
parente20e8d9b54ba92cfcb286e537f7aad576985cda2 (diff)
parenteac4d7b1571895c41ec60be85132794b99bd811f (diff)
downloadvcpkg-40510c3aafc3d96876aaa57e42e2bbac801b25d7.tar.gz
vcpkg-40510c3aafc3d96876aaa57e42e2bbac801b25d7.zip
Merge pull request #4238 from MarkIanHolland/imgui1.64
[Imgui] update imgui to v1.64
-rw-r--r--ports/imgui/CMakeLists.txt1
-rw-r--r--ports/imgui/CONTROL2
-rw-r--r--ports/imgui/portfile.cmake4
3 files changed, 4 insertions, 3 deletions
diff --git a/ports/imgui/CMakeLists.txt b/ports/imgui/CMakeLists.txt
index 5bcf278f7..1b4fc86e5 100644
--- a/ports/imgui/CMakeLists.txt
+++ b/ports/imgui/CMakeLists.txt
@@ -17,6 +17,7 @@ set(IMGUI_SOURCES
imgui.cpp
imgui_demo.cpp
imgui_draw.cpp
+ imgui_widgets.cpp
)
add_library(${PROJECT_NAME}
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL
index 03c1e0e7c..86dc63371 100644
--- a/ports/imgui/CONTROL
+++ b/ports/imgui/CONTROL
@@ -1,3 +1,3 @@
Source: imgui
-Version: 1.62
+Version: 1.64
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 b477ba7b7..c24a17126 100644
--- a/ports/imgui/portfile.cmake
+++ b/ports/imgui/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ocornut/imgui
- REF v1.62
- SHA512 aa9701481d108e6b2f030cac71fdef49e299cfa930c8ec7e74847757a059b8c629f09cb7d7d1eb4cb9d3ef263404906dfa52670850c6a490d56eaff981d56049
+ REF v1.64
+ SHA512 22bb2c0bbb85d2bb40663046cc4907c36ecdbd9a2148c241bda0ab92ef037cc60c225efb5729f2826893ffff031f6db8f4651768bc3616810218e185eac1b456
HEAD_REF master
)