Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE libs libs/ffmpeg)

set(HAS_IMGUI ON)
add_subdirectory(libs/imgui)
CPMAddPackage("gh:matcool/gd-imgui-cocos#8973953")
CPMAddPackage("gh:matcool/gd-imgui-cocos#9764333")

target_link_libraries(${PROJECT_NAME} imgui-cocos imgui)

Expand All @@ -38,3 +38,4 @@ if (ANDROID AND ANDROID_ABI STREQUAL "arm64-v8a")
endif()

setup_geode_mod(${PROJECT_NAME})

12 changes: 6 additions & 6 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"geode": "4.6.3",
"geode": "5.0.0",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "tobyadd.gdh",
"name": "GDH",
"version": "v5.0.0-beta.8",
"version": "v5.0.0-beta.9",
"developer": "TobyAdd",
"description": "GDH is an open-source Geometry Dash mod menu that aims to improve the game's performance and add new features",
"early-load": true,
Expand Down
Loading