File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ FetchContent_Declare(
1111FetchContent_Declare(
1212 fmt
1313 GIT_REPOSITORY "https://github.com/fmtlib/fmt.git"
14- GIT_TAG 10.2 .1
14+ GIT_TAG 11.0 .1
1515)
1616
1717FetchContent_Declare(
@@ -23,19 +23,19 @@ FetchContent_Declare(
2323FetchContent_Declare(
2424 imgui
2525 GIT_REPOSITORY "https://github.com/ocornut/imgui.git"
26- GIT_TAG 085781f5ca5372d5fc804d7e44b5bf27a8994af7 # Branch: docking, date: 19.03 .2024, 06:52 GMT+1
26+ GIT_TAG 527b2c45af2f8964f95826bd16ab7c7ed372ae41 # Branch: docking, date: 02.07 .2024, 19:05 GMT+2
2727)
2828
2929FetchContent_Declare(
3030 SDL2
3131 GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
32- GIT_TAG release-2.30.1
32+ GIT_TAG release-2.30.5
3333)
3434
3535FetchContent_Declare(
3636 spdlog
3737 GIT_REPOSITORY "https://github.com/gabime/spdlog.git"
38- GIT_TAG v1.13.0
38+ GIT_TAG v1.14.1
3939)
4040
4141# Settings
You can’t perform that action at this time.
0 commit comments