v4.0.0
- Update to raylib 4.0.0 (#148 by @pineapplemachine)
- For tests, replaced catch.hpp with
assert()
calls - Added assignment operators for objects (#142 by @marciejewiczow)
- Replaced
NULL
withnullptr
- Fixed memory leak in
ModelAnimation::Load
method