h-raylib version 5.1.1.0
22 February, 2024
- Split
Raylib.Types
into different modules (Raylib.Types
reexports everything, so this will not break existing code) - Fixed
flake.nix
anddefault.nix
- Exposed all the native functions
- Added support for callbacks
- Added more thorough Haddock documentation
- Added pointer utility functions (
p'*
)
[#4]
- Started working on web support
[#34]
- Added bindings for raygui (
Raylib.Util.GUI
,Raylib.Util.GUI.Styles
)