raylib-ocaml
raylib-ocaml copied to clipboard
Update raygui version to 3.6
Updates raygui version from 3.0 to 3.6. This introduces some breaking changes:
-
ControlStaterenamed toState -
text_box_multiwas 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)