File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ add_library(third_party INTERFACE)
33
44# Include libraries
55add_library (imgui INTERFACE )
6- CPMAddPackage ("gh:EclipseMenu /imgui#1d4c752" )
6+ CPMAddPackage ("gh:ocornut /imgui#1d4c752" )
77target_include_directories (imgui INTERFACE ${imgui_SOURCE_DIR} )
88target_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" )
2121endif ()
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 " )
2424set (RIFT_INCLUDE_MATJSON ON )
2525CPMAddPackage ("gh:EclipseMenu/rift#d6dd2bd" )
2626CPMAddPackage ("gh:SpaghettDev/subprocess#e12740b" )
27- CPMAddPackage ("gh:simdutf/simdutf@6.1.0 " )
27+ CPMAddPackage ("gh:simdutf/simdutf@6.1.1 " )
2828CPMAddPackage (
2929 NAME nlohmann_json
3030 GITHUB_REPOSITORY nlohmann/json
@@ -50,4 +50,4 @@ target_link_libraries(third_party INTERFACE
5050
5151if (NOT ANDROID )
5252 target_link_libraries (third_party INTERFACE discord-rpc )
53- endif ()
53+ endif ()
You can’t perform that action at this time.
0 commit comments