Merge pull request #5159 from myd7349/imgui-v1.67

[imgui] Update to 1.67
This commit is contained in:
Victor Romero 2019-01-15 14:43:01 -08:00 committed by GitHub
commit 5fff3c8870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: imgui
Version: 1.66b
Version: 1.67-1
Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ocornut/imgui
REF v1.66b
SHA512 894339a70f99c517d9306c49d861a43710b936e71067ddd322f5e771396f8e658a541111fcb00ce9010599f0ec9702d029d18b155199c7635129fd659ac13dbc
REF v1.67
SHA512 14cca66a55597517d6e1cafa59897b8e8f482db0a31a73d87a3ca634a12afe9ece2f423c17ece802e23bb2c09322502b2b2c4318054fad03bd1c537031fd6f71
HEAD_REF master
)