Skip to content

Commit 3bc1229

Browse files
committed
feat: update SFML and ImPlot
1 parent 8a7910f commit 3bc1229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Set(FETCHCONTENT_QUIET FALSE)
44

55
FetchContent_Declare(SFML
66
GIT_REPOSITORY https://github.com/SFML/SFML.git
7-
GIT_TAG 3.0.0
7+
GIT_TAG 3.0.2
88
GIT_PROGRESS TRUE)
99
FetchContent_MakeAvailable(SFML)
1010

@@ -24,7 +24,7 @@ FetchContent_MakeAvailable(ImGui-SFML)
2424

2525
FetchContent_Declare(ImPlot
2626
GIT_REPOSITORY https://github.com/epezent/implot
27-
GIT_TAG 3da8bd34299965d3b0ab124df743fe3e076fa222
27+
GIT_TAG v0.17
2828
GIT_PROGRESS TRUE)
2929
FetchContent_MakeAvailable(ImPlot)
3030

0 commit comments

Comments
 (0)