raylib-ocaml icon indicating copy to clipboard operation
raylib-ocaml copied to clipboard

Update raygui version to 3.6

Open Merlin04 opened this issue 6 months ago • 1 comments

Updates raygui version from 3.0 to 3.6. This introduces some breaking changes:

  • ControlState renamed to State
  • text_box_multi was removed
  • some additional parameters added for some UI controls
  • some enum items were renamed

In addition, the new version makes GuiScrollBar internal - I've added a patch that undoes this so that applications built with 3.0 that use it can upgrade. (however, for some reason, neither this nor the other patches actually run at build on my machine, despite the apply_patch.ml executable working properly when I invoke it manually - this might be the subject of a separate issue)

Merlin04 avatar Aug 25 '25 23:08 Merlin04