aboutsummaryrefslogtreecommitdiff
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
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 (??)
-rw-r--r--ports/imgui/CMakeLists.txt1
-rw-r--r--ports/imgui/CONTROL3
-rw-r--r--ports/imgui/portfile.cmake4
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/i-/imgui.json5
5 files changed, 11 insertions, 6 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()
diff --git a/versions/baseline.json b/versions/baseline.json
index a757fd473..8c5a81206 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2529,8 +2529,8 @@
"port-version": 0
},
"imgui": {
- "baseline": "1.79",
- "port-version": 4
+ "baseline": "1.81",
+ "port-version": 0
},
"imgui-sfml": {
"baseline": "2.1-2",
diff --git a/versions/i-/imgui.json b/versions/i-/imgui.json
index 937717004..c46c237dd 100644
--- a/versions/i-/imgui.json
+++ b/versions/i-/imgui.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "a4eda15784b1da0ef71c67177bae1126dcfba52e",
+ "version-string": "1.81",
+ "port-version": 0
+ },
+ {
"git-tree": "0fea0243629f67c771a4a6d9ce357ecc92021a7b",
"version-string": "1.79",
"port-version": 4