We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19b197 commit f857296Copy full SHA for f857296
vendor/CMakeLists.txt
@@ -17,19 +17,19 @@ FetchContent_Declare(
17
FetchContent_Declare(
18
imgui
19
GIT_REPOSITORY "https://github.com/ocornut/imgui.git"
20
- GIT_TAG 68aa9a86ec933510073932980a0940742ecc833c # Branch: docking, date: 10.09.2024, 04:29 GMT+2
+ GIT_TAG 368123ab06b2b573d585e52f84cd782c5c006697 # Branch: docking, date: 07.11.2024, 07:58 GMT+1
21
)
22
23
24
SDL2
25
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
26
- GIT_TAG release-2.30.7
+ GIT_TAG release-2.30.9
27
28
29
30
spdlog
31
GIT_REPOSITORY "https://github.com/gabime/spdlog.git"
32
- GIT_TAG v1.14.1
+ GIT_TAG v1.15.0
33
34
35
# Settings
0 commit comments