From a5856e38168d3d97968d2a2c6a649179377d9aed Mon Sep 17 00:00:00 2001 From: slinky55 Date: Mon, 11 May 2026 01:08:35 -0400 Subject: [PATCH] updated git modules file to use docking branch for imgui --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 15f707d..a56b36f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,6 +16,7 @@ [submodule "_ThirdParty/imgui"] path = _ThirdParty/imgui url = https://github.com/ocornut/imgui.git + branch = docking [submodule "_ThirdParty/fmt"] path = _ThirdParty/fmt url = https://github.com/fmtlib/fmt.git