update imgui to v1.92.3

and enable wordwrapping for the main message input
This commit is contained in:
Green Sky
2025-10-07 18:19:33 +02:00
parent a091deddfe
commit d15dfd9e73
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ if (NOT TARGET imgui)
GIT_REPOSITORY https://github.com/ocornut/imgui.git
#GIT_TAG f5befd2d29e66809cd1110a152e375a7f1981f06 # v1.91.9b
#GIT_TAG 85b2fe8486190fa9326565a2fb5fccb6caea4396 # v1.92.0
GIT_TAG 5d4126876bc10396d4c6511853ff10964414c776 # v1.92.1
#GIT_TAG 5d4126876bc10396d4c6511853ff10964414c776 # v1.92.1
GIT_TAG bf75bfec48fc00f532af8926130b70c0e26eb099 # v1.92.3
EXCLUDE_FROM_ALL
)