aboutsummaryrefslogtreecommitdiff
path: root/ports/imgui/CONTROL
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/imgui/CONTROL
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/imgui/CONTROL')
-rw-r--r--ports/imgui/CONTROL3
1 files changed, 1 insertions, 2 deletions
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.