We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d4ff7 commit 91b3e54Copy full SHA for 91b3e54
vendor/CMakeLists.txt
@@ -23,19 +23,19 @@ FetchContent_Declare(
23
FetchContent_Declare(
24
imgui
25
GIT_REPOSITORY "https://github.com/ocornut/imgui.git"
26
- 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
27
)
28
29
30
SDL2
31
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
32
- GIT_TAG release-2.30.7
+ GIT_TAG release-2.30.9
33
34
35
36
spdlog
37
GIT_REPOSITORY "https://github.com/gabime/spdlog.git"
38
- GIT_TAG v1.14.1
+ GIT_TAG v1.15.0
39
40
41
# Settings
0 commit comments