Skip to content

Commit 6d2aad5

Browse files
committed
Upgrade dependencies
1 parent bcb6d2a commit 6d2aad5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vendor/CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ 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(
1818
imgui
1919
GIT_REPOSITORY "https://github.com/ocornut/imgui.git"
20-
GIT_TAG 085781f5ca5372d5fc804d7e44b5bf27a8994af7 # Branch: docking, date: 19.03.2024, 06:52 GMT+1
20+
GIT_TAG 527b2c45af2f8964f95826bd16ab7c7ed372ae41 # Branch: docking, date: 02.07.2024, 19:05 GMT+1
2121
)
2222

2323
FetchContent_Declare(
2424
SDL2
2525
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
26-
GIT_TAG release-2.30.1
26+
GIT_TAG release-2.30.5
2727
)
2828

2929
FetchContent_Declare(
3030
spdlog
3131
GIT_REPOSITORY "https://github.com/gabime/spdlog.git"
32-
GIT_TAG v1.13.0
32+
GIT_TAG v1.14.1
3333
)
3434

3535
# Settings

0 commit comments

Comments
 (0)