diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-02-10 16:08:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 16:08:57 -0800 |
| commit | 08c951fef9de63cde1c6b94245a63db826be2e32 (patch) | |
| tree | dddfec9e572b726ba79fdbcb0d0d7dfbb2a2de0e /ports/imgui | |
| parent | 411b4cc8a05eb9ac9944ee009dafece8c3b7445f (diff) | |
| download | vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.tar.gz vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.zip | |
[many ports] Upgrades to 2020.02.08 (#9986)
* [many ports] Upgrades to 2020.02.08
* Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl
* Update ci baseline file
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/imgui')
| -rw-r--r-- | ports/imgui/CONTROL | 2 | ||||
| -rw-r--r-- | ports/imgui/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL index 6484a925a..c1484ec8b 100644 --- a/ports/imgui/CONTROL +++ b/ports/imgui/CONTROL @@ -1,5 +1,5 @@ Source: imgui -Version: 1.73-1 +Version: 1.74 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 62d674353..b9cb4eda3 100644 --- a/ports/imgui/portfile.cmake +++ b/ports/imgui/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ocornut/imgui - REF v1.73 - SHA512 1d67b7cc3f06ea77a2484e62034104386f42106fefe9b6eb62ee8a31fe949c9cda0cc095fbead9269e9da2a5d6199604d34c095eefd630655725265ac0fc4d92 + REF bdce8336364595d1a446957a6164c97363349a53 # v1.74 + SHA512 148c949a4d1a07832e97dbf4b3333b728f7207756a95db633daad83636790abe0a335797b2c5a27938453727de43f6abb9f5a5b41909f223ee735ddd1924eb3f HEAD_REF master ) |
