janet-lang / jaylib

Janet bindings to Raylib
MIT License
143 stars 37 forks source link

Upgrade to Raylib 5.0 #54

Closed greenfork closed 11 months ago

greenfork commented 11 months ago

https://github.com/raysan5/raylib/releases/tag/5.0

GenImageGradientV and GenImageGradientH were replaced with GenImageGradientLinear. I also added GenImageGradientSquare for completeness.

bakpakin commented 11 months ago

LGTM. Thanks, @greenfork!

greenfork commented 11 months ago

Thank you!

I also created a pull request to update the info in the Raylib repository https://github.com/raysan5/raylib/pull/3553