summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-08-25 16:49:19 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-08-25 16:49:19 -0400
commit96e247221045d943808105099ef448e9604c0e16 (patch)
tree76890985a77a304e2d30ec0a174f5a6d1df0648e /CMakeLists.txt
parent3b4bdce0aea6519f919c501898daea78d2a72858 (diff)
update imgui
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)