Skip to content

Commit

Permalink
feat(tools): enable ImGui docking branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaracho committed Dec 21, 2024
1 parent 9d530fe commit 4a0f189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let
imgui = fetchFromGitHub {
owner = "ocornut";
repo = "imgui";
rev = "v1.89.9";
rev = "v1.89.9-docking";
sha256 = "sha256-0k9jKrJUrG9piHNFQaBBY3zgNIKM23ZA879NY+MNYTU=";
};

Expand Down
2 changes: 1 addition & 1 deletion engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ target_link_libraries(cubos-engine PUBLIC cubos-core)
FetchContent_Declare(
imgui
GIT_REPOSITORY https://github.com/ocornut/imgui.git
GIT_TAG v1.89.9
GIT_TAG v1.89.9-docking
)
FetchContent_Declare(
implot
Expand Down

0 comments on commit 4a0f189

Please sign in to comment.