Skip to content

Commit f857296

Browse files
committed
Upgrade dependencies
1 parent a19b197 commit f857296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vendor/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ FetchContent_Declare(
1717
FetchContent_Declare(
1818
imgui
1919
GIT_REPOSITORY "https://github.com/ocornut/imgui.git"
20-
GIT_TAG 68aa9a86ec933510073932980a0940742ecc833c # Branch: docking, date: 10.09.2024, 04:29 GMT+2
20+
GIT_TAG 368123ab06b2b573d585e52f84cd782c5c006697 # Branch: docking, date: 07.11.2024, 07:58 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.7
26+
GIT_TAG release-2.30.9
2727
)
2828

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

3535
# Settings

0 commit comments

Comments
 (0)