aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2021-03-17 23:13:48 +0100
committerGitHub <noreply@github.com>2021-03-17 15:13:48 -0700
commit358bcd4166dde07a6c1b2c2b4ab9d5851d4faea2 (patch)
tree8bfb7ce508c2f5bcd4626efee1f085d429985f95
parent9f6aaaccb70d6f114a967f0ab83eff42840614ed (diff)
downloadvcpkg-358bcd4166dde07a6c1b2c2b4ab9d5851d4faea2.tar.gz
vcpkg-358bcd4166dde07a6c1b2c2b4ab9d5851d4faea2.zip
[imgui] Update to 1.82 (#16727)
* [imgui] Update to 1.82 * [imgui] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
-rw-r--r--ports/imgui/portfile.cmake9
-rw-r--r--ports/imgui/vcpkg.json3
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/i-/imgui.json5
4 files changed, 13 insertions, 8 deletions
diff --git a/ports/imgui/portfile.cmake b/ports/imgui/portfile.cmake
index 5e550339f..38a5ef3cd 100644
--- a/ports/imgui/portfile.cmake
+++ b/ports/imgui/portfile.cmake
@@ -4,16 +4,16 @@ if ("docking-experimental" IN_LIST FEATURES)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ocornut/imgui
- REF 239d09804d17997e147f4bcfb451ead04c1d67ff
- SHA512 7e93dd8c1a465b8405d32f08aa2be0c1a2bea7762384ba6a16848e10b10f5684f8969b672cec6e994a90fc6a6189519730dd7d15b82ae39b5221278eae23ba61
+ REF 256594575d95d56dda616c544c509740e74906b4
+ SHA512 276729df1c80015c8cffe52ff1f8fcf413c73fd8aa9a48c380e66e470573daf384b2d2ef9912ec62786b97b12810681915dabd09b1474164348ebde103b6e0e6
HEAD_REF docking
)
else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ocornut/imgui
- REF v1.81
- SHA512 d7a2b66dea77359f78068a595607d7668e09ddd0b91910f67fc6463cb920b91b0cc1855984bd4d41e6a880b69ca7cd5e3adc064dcf461c0629b9f8c845a4fc3e
+ REF v1.82
+ SHA512 210076c2b04c09e63a4924e1f874bfe240668f4d2656511c96dd5499efe04d795ad01d5af8e2aa2543849d3ca5ef1a6c6555a9232d4d92f95bf98c41e8505b58
HEAD_REF master
)
endif()
@@ -26,6 +26,7 @@ if(("metal-binding" IN_LIST FEATURES OR "osx-binding" IN_LIST FEATURES) AND (NOT
endif()
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
+ FEATURES
allegro5-binding IMGUI_BUILD_ALLEGRO5_BINDING
dx9-binding IMGUI_BUILD_DX9_BINDING
dx10-binding IMGUI_BUILD_DX10_BINDING
diff --git a/ports/imgui/vcpkg.json b/ports/imgui/vcpkg.json
index 1b7ee7851..f775442de 100644
--- a/ports/imgui/vcpkg.json
+++ b/ports/imgui/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "imgui",
- "version": "1.81",
- "port-version": 2,
+ "version": "1.82",
"description": "Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.",
"homepage": "https://github.com/ocornut/imgui",
"features": {
diff --git a/versions/baseline.json b/versions/baseline.json
index 106084954..e53644952 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2541,8 +2541,8 @@
"port-version": 0
},
"imgui": {
- "baseline": "1.81",
- "port-version": 2
+ "baseline": "1.82",
+ "port-version": 0
},
"imgui-sfml": {
"baseline": "2.1-2",
diff --git a/versions/i-/imgui.json b/versions/i-/imgui.json
index 29d5d3318..a3fb9d6bb 100644
--- a/versions/i-/imgui.json
+++ b/versions/i-/imgui.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "5b15b89409f5835f3ff13a7e725eb447dddeabab",
+ "version": "1.82",
+ "port-version": 0
+ },
+ {
"git-tree": "82e2ab3945def5ecc234f9586425f4dc8cb6d15e",
"version": "1.81",
"port-version": 2