aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorBrian Peek <BrianPeek@users.noreply.github.com>2021-02-16 14:09:36 -0500
committerGitHub <noreply@github.com>2021-02-16 11:09:36 -0800
commit502f95a1bb8f74ced5d5ff6dedba6dd743115283 (patch)
tree0040b8d4462df041e54e0324f458234e7ea82420 /ports
parent6166e754fc5ea77805914afb9273eaff3e5136f1 (diff)
downloadvcpkg-502f95a1bb8f74ced5d5ff6dedba6dd743115283.tar.gz
vcpkg-502f95a1bb8f74ced5d5ff6dedba6dd743115283.zip
upgrade imgui to v1.81 (#16239)
* upgrade imgui to v1.81 * add version files * change port-version to 0 instead of deleting the line * remove port-version (??)
Diffstat (limited to 'ports')
-rw-r--r--ports/imgui/CMakeLists.txt1
-rw-r--r--ports/imgui/CONTROL3
-rw-r--r--ports/imgui/portfile.cmake4
3 files changed, 4 insertions, 4 deletions
diff --git a/ports/imgui/CMakeLists.txt b/ports/imgui/CMakeLists.txt
index be8a9033f..f215990c4 100644
--- a/ports/imgui/CMakeLists.txt
+++ b/ports/imgui/CMakeLists.txt
@@ -18,6 +18,7 @@ target_sources(
${CMAKE_CURRENT_SOURCE_DIR}/imgui.cpp
${CMAKE_CURRENT_SOURCE_DIR}/imgui_demo.cpp
${CMAKE_CURRENT_SOURCE_DIR}/imgui_draw.cpp
+ ${CMAKE_CURRENT_SOURCE_DIR}/imgui_tables.cpp
${CMAKE_CURRENT_SOURCE_DIR}/imgui_widgets.cpp
${CMAKE_CURRENT_SOURCE_DIR}/misc/cpp/imgui_stdlib.cpp
)
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL
index 5045a2483..08a4d67b2 100644
--- a/ports/imgui/CONTROL
+++ b/ports/imgui/CONTROL
@@ -1,6 +1,5 @@
Source: imgui
-Version: 1.79
-Port-Version: 4
+Version: 1.81
Homepage: https://github.com/ocornut/imgui
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 30adffa1d..eccb30ba9 100644
--- a/ports/imgui/portfile.cmake
+++ b/ports/imgui/portfile.cmake
@@ -12,8 +12,8 @@ else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ocornut/imgui
- REF v1.79
- SHA512 35ed7af89123e09989ef81085f19ed15f97f4798e2b35834fd8b4ae918889b51132d85901f867ab2f379711a734bc7b2edd309d74f3f7527eaaaebfd766d3737
+ REF v1.81
+ SHA512 d7a2b66dea77359f78068a595607d7668e09ddd0b91910f67fc6463cb920b91b0cc1855984bd4d41e6a880b69ca7cd5e3adc064dcf461c0629b9f8c845a4fc3e
HEAD_REF master
)
endif()