From 7a3823db78537bdcb9e5904eba5aef893d756c49 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 4 Sep 2023 20:57:00 +0200 Subject: [PATCH] update ImGui to v1.89.9 and reenable obsolte bc of text editor (temp, will be replaced) --- external/imgui/CMakeLists.txt | 2 +- external/imgui/imgui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/imgui/CMakeLists.txt b/external/imgui/CMakeLists.txt index b2476b6..667286c 100644 --- a/external/imgui/CMakeLists.txt +++ b/external/imgui/CMakeLists.txt @@ -41,7 +41,7 @@ target_include_directories(imgui PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}") #target_include_directories(imgui PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/imgui") target_include_directories(imgui PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/imgui") # im sad -target_compile_definitions(imgui PUBLIC IMGUI_DISABLE_OBSOLETE_FUNCTIONS=1) +#target_compile_definitions(imgui PUBLIC IMGUI_DISABLE_OBSOLETE_FUNCTIONS=1) # more sad if(EMSCRIPTEN) target_compile_options(imgui PUBLIC -sUSE_SDL=2) diff --git a/external/imgui/imgui b/external/imgui/imgui index 458a109..c6e0284 160000 --- a/external/imgui/imgui +++ b/external/imgui/imgui @@ -1 +1 @@ -Subproject commit 458a1090314a965dd37b02c918d83077a0142ad5 +Subproject commit c6e0284ac58b3f205c95365478888f7b53b077e2