Wrap hover text, default to 80 characters

This commit is contained in:
Dan Paulat 2023-08-30 22:43:44 -05:00
parent 24c919afb6
commit 23732cef48
7 changed files with 21 additions and 2 deletions

View file

@ -11,6 +11,7 @@ set_property(DIRECTORY
imgui.cmake
mapbox-gl-native.cmake
stb.cmake
textflowcpp.cmake
units.cmake)
include(aws-sdk-cpp.cmake)
@ -20,4 +21,5 @@ include(hsluv-c.cmake)
include(imgui.cmake)
include(mapbox-gl-native.cmake)
include(stb.cmake)
include(textflowcpp.cmake)
include(units.cmake)