Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (13 loc) · 635 Bytes

README_DOCKING.md

File metadata and controls

13 lines (13 loc) · 635 Bytes

To update:

  • First update the master branch. This need to be in sync with imgui-rs master branch.
  • Then branch off master.
  • Then clone cimgui repo docking_inter branch, make sure imgui submodule is cloned also.
  • Copy from the root, cimgui.h and cimgui.cpp into imgui-sys/thirdparty
  • Copy from output/* into imgui-sys/thirdparty
  • Checkout imgui-sys/thirdparty/imgui to the same commit id as is in cimgui/imgui submodule
  • cd into imgui-sys-bindgen
  • cargo run
  • cd into imgui-sys
  • cargo build - Hopefully everything builds fine :)
  • Commit those changes
  • Now cherry pick across the changes for docking, should be no more than 4.