From 94a1770513bc3af41ff3ac9989e563b5eb3d1ee2 Mon Sep 17 00:00:00 2001 From: illyum Date: Sat, 7 Sep 2024 12:13:14 -0600 Subject: [PATCH] fix(build): fixes rlimgui compiling error --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 649b031..ae2fed0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ FetchContent_Declare( imgui GIT_REPOSITORY https://github.com/ocornut/imgui.git GIT_SHALLOW TRUE - GIT_TAG v1.91.0 + GIT_TAG v1.91.1 ) FetchContent_MakeAvailable(imgui)