remove imgui color text editor

it is unmaintained and outdated
This commit is contained in:
Green Sky
2025-05-21 12:42:49 +02:00
parent 69803783cc
commit a5e89b5aa6
7 changed files with 16 additions and 36 deletions

View File

@ -47,9 +47,6 @@ if(NOT MM_HEADLESS)
# (debug) gui
add_subdirectory("imgui")
# (debug) text editor
include("${CMAKE_CURRENT_SOURCE_DIR}/ImGuiColorTextEdit.cmake")
# sound, uses sdl2-static backend
add_subdirectory("soloud")
endif()