Use all hunks for patches (instead of one). Correctly enables FLAC support (thanks @rossberg)
2.2.0 (2026-07-07)
Integrate upstream patches for GetWindowPosition and UnloadMusicStream (thanks @rossberg)
Repair integer conversions for flag-like constants
More arrayification of font functions (thanks @rossberg)
2.1.0 (2026-06-20)
Use enum types for all raylib and rlgl functions
Re-add integer conversions for enums
2.0.0 (2026-06-02)
Upgrade to raylib 6.0 (thanks @rossberg)
Re-work constant binding: Flag-like constants are now values instead of variants, with a ( + ) combinator for or-ing constants together. Instead of a list of constructors for flags, functions now take a single value. The unsafe function of_int has been removed from enum constants. to_int has been removed from most enum constants, only index-like constants (MaterialMapIndex, ShaderLocationIndex) keep it.
Separate Raylib into libraries for raylib modules, individual raylib modules can now be used separately if linking all of raylib is not desired.
Complete rlgl bindings, upgrade to 6.0
Use strong types for integer constants in rlgl
1.6.0 (2025-11-30)
Expose name field of ModelAnimation.t (thanks @thethrung)
Add new raylib-callbacks package to expose raylib callback APIs. It brings a new dependency (ctype-foreign), hence the new package