Skip to content

Commit c338fdb

Browse files
committed
Upgrade dependencies
1 parent 6b6d990 commit c338fdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: vendor/CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FetchContent_Declare(
1111
FetchContent_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

1717
FetchContent_Declare(
@@ -23,19 +23,19 @@ FetchContent_Declare(
2323
FetchContent_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

2929
FetchContent_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

3535
FetchContent_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

0 commit comments

Comments
 (0)