diff options
| -rw-r--r-- | ports/implot/CONTROL | 2 | ||||
| -rw-r--r-- | ports/implot/portfile.cmake | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/implot/CONTROL b/ports/implot/CONTROL index 7dc18cb97..e81d4da11 100644 --- a/ports/implot/CONTROL +++ b/ports/implot/CONTROL @@ -1,5 +1,5 @@ Source: implot -Version: 0.7 +Version: 0.8 Homepage: https://github.com/epezent/implot Description: Advanced 2D Plotting for Dear ImGui Build-Depends: imgui diff --git a/ports/implot/portfile.cmake b/ports/implot/portfile.cmake index b5bd81b0d..787280aab 100644 --- a/ports/implot/portfile.cmake +++ b/ports/implot/portfile.cmake @@ -3,10 +3,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO epezent/implot - REF v0.7 - SHA512 b4b1c8ab8d031c884626cf2b31d30baa786b5a1942aabf0856cdb8f2fa091c8117d165c4789a5f9b58ae7a01e89e43e7145a308cfe64af6e28da776d1707c125 + REF v0.8 + SHA512 7c26ddc3e5e00cf3d18c201ec71f62461bed6816abbf72a0a227a8c21a0b674dfb8903e2afc053c9e60f25e7d3ef6e0818b439a4d697a2da1dd2abdcf43c052b HEAD_REF master - PATCHES mac_os_build_fix.patch ) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) |
