From 96e247221045d943808105099ef448e9604c0e16 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 25 Aug 2023 16:49:19 -0400 Subject: update imgui --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f832d25..0c262fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ set(PKE_SOURCE_FILES include(FetchContent) FetchContent_Declare( imguidocked - URL https://github.com/ocornut/imgui/archive/a88e5be7f478233e74c72c72eabb1d5f1cb69bb5.zip + URL https://github.com/ocornut/imgui/archive/040e818d7215b648e216c25fa51c6093e273f651.zip ) FetchContent_GetProperties(imguidocked) -- cgit v1.2.3