Skip to content

v0.5.1

Compare
Choose a tag to compare
@AllenDang AllenDang released this 24 Jan 05:33
· 1429 commits to master since this release
712f0f1

Change log

  1. Update imgui to 1.8.0.
  2. Refine TableWidget with new table api from imgui.
  3. Partially integrate ImPlot.

Bug fixes

  1. Use sync.Map to store context.state to avoid crash issue when access state from go routine.