From 28b4575bbcc5faad57bef34fc702153877b3c6e0 Mon Sep 17 00:00:00 2001 From: sillysagiri Date: Wed, 6 Nov 2024 16:09:43 +0700 Subject: [PATCH] change imgui to docking --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 503b010..6be6d15 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ project(${PROJECT_NAME} VERSION ${PROJECT_VERSION}) ### Fallback link set(RAYLIB_LINK "https://github.com/raysan5/raylib/archive/refs/tags/5.0.zip") -set(IMGUI_LINK "https://github.com/ocornut/imgui/archive/refs/tags/v1.90.zip") +set(IMGUI_LINK "https://github.com/ocornut/imgui/archive/refs/heads/docking.zip") set(RLIMGUI_LINK "https://github.com/raylib-extras/rlImGui/archive/refs/heads/main.zip") set(INIFILE_LINK "https://github.com/Rookfighter/inifile-cpp/archive/refs/heads/master.zip")