Skip to content

Commit 91b3e54

Browse files
committed
Upgrade dependencies
1 parent 89d4ff7 commit 91b3e54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vendor/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ FetchContent_Declare(
2323
FetchContent_Declare(
2424
imgui
2525
GIT_REPOSITORY "https://github.com/ocornut/imgui.git"
26-
GIT_TAG 68aa9a86ec933510073932980a0940742ecc833c # Branch: docking, date: 10.09.2024, 04:29 GMT+2
26+
GIT_TAG 368123ab06b2b573d585e52f84cd782c5c006697 # Branch: docking, date: 07.11.2024, 07:58 GMT+1
2727
)
2828

2929
FetchContent_Declare(
3030
SDL2
3131
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
32-
GIT_TAG release-2.30.7
32+
GIT_TAG release-2.30.9
3333
)
3434

3535
FetchContent_Declare(
3636
spdlog
3737
GIT_REPOSITORY "https://github.com/gabime/spdlog.git"
38-
GIT_TAG v1.14.1
38+
GIT_TAG v1.15.0
3939
)
4040

4141
# Settings

0 commit comments

Comments
 (0)