Skip to content

Commit cc2de1e

Browse files
author
blu3
authored
Bump libs
1 parent 712deb7 commit cc2de1e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

cmake/IncludeLibs.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ add_library(third_party INTERFACE)
33

44
# Include libraries
55
add_library(imgui INTERFACE)
6-
CPMAddPackage("gh:EclipseMenu/imgui#1d4c752")
6+
CPMAddPackage("gh:ocornut/imgui#1d4c752")
77
target_include_directories(imgui INTERFACE ${imgui_SOURCE_DIR})
88
target_sources(imgui INTERFACE
99
${imgui_SOURCE_DIR}/imgui.cpp
@@ -19,12 +19,12 @@ if (NOT ANDROID)
1919
set(RAPIDJSONTEST OFF)
2020
CPMAddPackage("gh:EclipseMenu/discord-rpc#1259d3a")
2121
endif()
22-
CPMAddPackage("gh:matcool/gd-imgui-cocos#fbd4103")
23-
CPMAddPackage("gh:maxnut/GDReplayFormat#4950cc2")
22+
CPMAddPackage("gh:matcool/gd-imgui-cocos#0207a36")
23+
CPMAddPackage("gh:maxnut/GDReplayFormat#5b8aeab")
2424
set(RIFT_INCLUDE_MATJSON ON)
2525
CPMAddPackage("gh:EclipseMenu/rift#d6dd2bd")
2626
CPMAddPackage("gh:SpaghettDev/subprocess#e12740b")
27-
CPMAddPackage("gh:simdutf/simdutf@6.1.0")
27+
CPMAddPackage("gh:simdutf/simdutf@6.1.1")
2828
CPMAddPackage(
2929
NAME nlohmann_json
3030
GITHUB_REPOSITORY nlohmann/json
@@ -50,4 +50,4 @@ target_link_libraries(third_party INTERFACE
5050

5151
if (NOT ANDROID)
5252
target_link_libraries(third_party INTERFACE discord-rpc)
53-
endif()
53+
endif()

0 commit comments

Comments
 (0)