summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-08-28 07:27:32 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-08-28 07:27:32 -0400
commitbfe1ae025cea378f1d47bfb3ef87f71d60b16f5c (patch)
treea85b0fb06154ece97a26bf84b2f12cf2bfec1232 /CMakeLists.txt
parentb29fb48ac8d99a44e4bd63de262a66b1959893b9 (diff)
ImGui enable docking and enable callbacks (input)
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 0c262fb..9db3251 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/040e818d7215b648e216c25fa51c6093e273f651.zip
+ URL https://github.com/ocornut/imgui/archive/762ec445e63a95c1545b18b28d528f8ce38a9afd.zip
)
FetchContent_GetProperties(imguidocked)