[imgui] Update to 1.73 (#8504)

This commit is contained in:
ryanfitzsimon 2019-10-11 04:48:43 +10:00 committed by dan-shaw
parent 065c9c443a
commit 0eed89614d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: imgui
Version: 1.72b
Version: 1.73
Homepage: https://github.com/ocornut/imgui
Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.

View File

@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ocornut/imgui
REF v1.72b
SHA512 ed40f2647a2256e61b6c754d091df364f23c93d7c008a838f7816e2924e16bea3d1251b675e1bd69256697d77f17372e5b29d986720ed5fb63ede94f9e813ede
REF v1.73
SHA512 1d67b7cc3f06ea77a2484e62034104386f42106fefe9b6eb62ee8a31fe949c9cda0cc095fbead9269e9da2a5d6199604d34c095eefd630655725265ac0fc4d92
HEAD_REF master
)