CapsCollective / raylib-cpp-starter

A portable, automated template for raylib projects with C++ bindings
Other
68 stars 17 forks source link

Update raylib-cpp to 4.2.3 #17

Closed return215 closed 2 years ago

return215 commented 2 years ago

When I check out raylib-cpp to its latest release (4.2.3 at the time of pull), I noticed that it no longer vendors raylib as a submodule since 4.0.3. According to its changelog:

CMake now used for raylib dependency, rather than git submodules

Users of CMake benefits from this, but this means non-CMake users must make sure that they clone and build raylib themselves.

This pull request adds raylib 4.0 to vendor/ as a submodule and adjusts the Makefile accordingly.

jonjondev commented 2 years ago

Amazing! Thank you for catching this one @return215! All checks are passing so it's good to merge, but would you like to add yourself to the contributors list at the end of the README first?

return215 commented 2 years ago

I have added myself to the contributors list. Thank you for having me here.