Skip to content

Commit ddfa9bf

Browse files
committed
feat: bump imgui from 1.91.1 to 1.91.9b
1 parent 0fadc49 commit ddfa9bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set(BUILD_SHARED_LIBS OFF)
66
set(THREADS_PREFER_PTHREAD_FLAG ON)
77

88
add_compile_definitions(ImDrawIdx=unsigned)
9-
add_compile_definitions(IMGUI_DISABLE_OBSOLETE_FUNCTIONS)
109

1110
add_subdirectory(external)
1211

external/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FetchContent_MakeAvailable(SFML)
1010

1111
FetchContent_Declare(ImGui
1212
GIT_REPOSITORY https://github.com/ocornut/imgui
13-
GIT_TAG v1.91.1
13+
GIT_TAG v1.91.9b
1414
GIT_PROGRESS TRUE)
1515
FetchContent_MakeAvailable(ImGui)
1616

0 commit comments

Comments
 (0)