We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2024a9 commit 4a38d68Copy full SHA for 4a38d68
1 file changed
example/CMakeLists.txt
@@ -26,7 +26,7 @@ FetchContent_MakeAvailable(glfw)
26
FetchContent_Declare(
27
imgui
28
GIT_REPOSITORY "https://github.com/ocornut/imgui"
29
- GIT_TAG "v1.92.4"
+ GIT_TAG "v1.92.7"
30
GIT_PROGRESS TRUE
31
)
32
FetchContent_MakeAvailable(imgui)
@@ -47,7 +47,7 @@ target_link_libraries(imgui PUBLIC glfw OpenGL::GL)
47
48
implot
49
GIT_REPOSITORY "https://github.com/epezent/implot"
50
- GIT_TAG "feat/spec-colors"
+ GIT_TAG "v0.17"
51
52
53
FetchContent_MakeAvailable(implot)
0 commit comments