update to new versioned plugin api

This commit is contained in:
2024-01-18 18:24:52 +01:00
parent a488a255ff
commit 998794a6dd
4 changed files with 55 additions and 130 deletions

View File

@ -13,7 +13,7 @@ endif()
if (NOT TARGET imgui)
FetchContent_Declare(imgui
GIT_REPOSITORY https://github.com/ocornut/imgui.git
GIT_TAG d4ddc46e7
GIT_TAG d6cb3c9 # v1.90.1
EXCLUDE_FROM_ALL
)