Changelog of @hackage/h-raylib 4.5.0.10

h-raylib changelog

Version 4.5.0.4

13 November 2022

  • Replaced CInt with CBool for functions that return booleans
  • Removed Xext dependency (it is no longer required for Nix builds)

Version 4.5.0.5

19 November 2022

  • Replaced CInt with CBool in RayCollision
  • Updated raylib to the master branch

Version 4.5.0.6

24 November 2022

[#6]

  • Fixed Font marshalling

Version 4.5.0.7

26 November 2022

[#7]

  • Removed all constants that were enums in the original C API and replaced them with sum types deriving Enum
  • Removed some CInt usage in the main API
  • Removed Raylib.Constants

Version 4.5.0.8

18 December 2022

[#9]

  • Fixed an issue on Mac where clang failed to detect that rglfw.c was using objective-c

Version 4.5.0.9

23 December 2022

  • Changed setConfigFlags and setGesturesEnabled to use an array of flags

Version 4.5.0.10

5 January 2023

  • Restructured to make the examples easier to run
  • Updated raylib to the master branch