update ImGui to v1.89.9

and reenable obsolte bc of text editor (temp, will be replaced)
This commit is contained in:
Green Sky 2023-09-04 20:57:00 +02:00
parent 1722f61250
commit 7a3823db78
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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)

@ -1 +1 @@
Subproject commit 458a1090314a965dd37b02c918d83077a0142ad5
Subproject commit c6e0284ac58b3f205c95365478888f7b53b077e2