Releases: SylvainBoilard/GLFW-OCaml
Releases · SylvainBoilard/GLFW-OCaml
GLFW-OCaml 3.3.1-2
- Fixed glfwExtensionSupported stub.
- Fixed allocating with undefined values left around in getJoystickHats stub.
- Fixed undefined behavior when calling the character modifiers callback.
GLFW-OCaml 3.3.1-1
- Fixed createStandardCursor stub.
- Fixed build on arm32.
GLFW-OCaml 3.3.1
- Added support for glfwExtensionSupported.
- Added support for no-naked-pointers mode (see the OCaml 4.12 manual in section 18.2.3)
- Fixed getGammaRamp returning a bigarray that was backed by GLFW internal const-qualified memory.
- Upgrade build system to Dune 2.0.
GLFW-OCaml 3.3
- Fixed some functions being misbound (namely setInputMode, cursor-enter callbacks and scroll callbacks).
GLFW-OCaml 3.3~rc2
- Use a single type for window hints and attributes.
GLFW-OCaml 3.3~rc1
- Updated binding for GLFW 3.3. See https://www.glfw.org/docs/latest/news.html#news_33 for a detailed list of changes.
GLFW-OCaml 3.2.1-3
- Added missing AutoIconify window attribute.
GLFW-OCaml 3.2.1-2
- Fixed getJoystickButtons stub.
- Added a simple example program.
- Fixed build with OCaml 4.02.
GLFW-OCaml 3.2.1-1
- Fixed build when the GLFW headers are not in /usr/include.
GLFW-OCaml 3.2.1
- Exposed the details of the image type; keep it private.