add implot and start using it

This commit is contained in:
Green Sky
2025-01-22 19:03:10 +01:00
parent 6bd151e618
commit db0dffafd9
12 changed files with 197 additions and 117 deletions

View File

@@ -74,6 +74,7 @@ target_sources(tomato PUBLIC
./sys_tray.hpp
./sys_tray.cpp
./string_formatter_utils.hpp
./chat_gui/theme.hpp
./chat_gui/theme.cpp
./chat_gui/icons/direct.hpp
@@ -182,6 +183,7 @@ target_link_libraries(tomato PUBLIC
imgui
imgui_backend_sdl3
imgui_backend_sdlrenderer3
implot
stb_image
stb_image_write