update a thirdparty lib, ImPlot

This commit is contained in:
falsycat 2022-09-23 09:36:08 +09:00
parent e045e86b11
commit 8879e9ed41

View File

@ -117,7 +117,7 @@ target_sources(imnodes
FetchContent_Declare(
implot
URL "https://github.com/epezent/implot/archive/refs/heads/master.zip"
URL "https://github.com/epezent/implot/archive/refs/tags/v0.14.zip"
)
FetchContent_Populate(implot)