Skip to content

Commit 4a38d68

Browse files
committed
chore: update example dependencies to latest versions
1 parent e2024a9 commit 4a38d68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FetchContent_MakeAvailable(glfw)
2626
FetchContent_Declare(
2727
imgui
2828
GIT_REPOSITORY "https://github.com/ocornut/imgui"
29-
GIT_TAG "v1.92.4"
29+
GIT_TAG "v1.92.7"
3030
GIT_PROGRESS TRUE
3131
)
3232
FetchContent_MakeAvailable(imgui)
@@ -47,7 +47,7 @@ target_link_libraries(imgui PUBLIC glfw OpenGL::GL)
4747
FetchContent_Declare(
4848
implot
4949
GIT_REPOSITORY "https://github.com/epezent/implot"
50-
GIT_TAG "feat/spec-colors"
50+
GIT_TAG "v0.17"
5151
GIT_PROGRESS TRUE
5252
)
5353
FetchContent_MakeAvailable(implot)

0 commit comments

Comments
 (0)