diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2021-07-13 21:49:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 12:49:24 -0700 |
| commit | 0033112a66deb6e2db533d6017714e1e48c1587b (patch) | |
| tree | 8c6e937b04c12875b4138c7442b20d1a6c31cc91 /ports | |
| parent | b1b4808228377515acd849b8706ee2ad25ba455d (diff) | |
| download | vcpkg-0033112a66deb6e2db533d6017714e1e48c1587b.tar.gz vcpkg-0033112a66deb6e2db533d6017714e1e48c1587b.zip | |
[implot] Update to 0.11 (#18909)
* [implot] Update to 0.11
* [implot] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/implot/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/implot/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/implot/portfile.cmake b/ports/implot/portfile.cmake index a4c0ce41a..f0195be8c 100644 --- a/ports/implot/portfile.cmake +++ b/ports/implot/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO epezent/implot - REF v0.9 - SHA512 99aad342661dd6515b1af10c5ac9bc15db28050d14ac493ef81731452bca2c876ecb2c6f1746e0ba8f251c95a884ca9fe745c8113706f5ffaee92f1b447d3179 + REF v0.11 + SHA512 161e709fcd872abd414129915501261085df531a0b5a9b33ed40422a082603627242467de59b11116948352fdb62b5d28131658b603f48692edd43429513ba29 HEAD_REF master ) diff --git a/ports/implot/vcpkg.json b/ports/implot/vcpkg.json index 4f1994781..be6d42b8d 100644 --- a/ports/implot/vcpkg.json +++ b/ports/implot/vcpkg.json @@ -1,6 +1,6 @@ { "name": "implot", - "version": "0.9", + "version": "0.11", "description": "Advanced 2D Plotting for Dear ImGui", "homepage": "https://github.com/epezent/implot", "dependencies": [ |
