wire up imgui

This commit is contained in:
2023-07-26 01:11:17 +02:00
parent f66b8d3ea2
commit 07765b4ad7
5 changed files with 146 additions and 13 deletions

View File

@ -18,7 +18,8 @@ target_link_libraries(tomato PUBLIC
SDL3::SDL3
#imgui
#imgui_backend_opengl3
imgui
imgui_backend_sdl3
imgui_backend_sdlrenderer3
)