mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-12-04 19:23:28 +01:00
update ImGui to v1.89.9
and reenable obsolte bc of text editor (temp, will be replaced)
This commit is contained in:
parent
1722f61250
commit
7a3823db78
2
external/imgui/CMakeLists.txt
vendored
2
external/imgui/CMakeLists.txt
vendored
@ -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)
|
||||
|
2
external/imgui/imgui
vendored
2
external/imgui/imgui
vendored
@ -1 +1 @@
|
||||
Subproject commit 458a1090314a965dd37b02c918d83077a0142ad5
|
||||
Subproject commit c6e0284ac58b3f205c95365478888f7b53b077e2
|
Loading…
Reference in New Issue
Block a user