BINDINGS: raylib-cpp now targets raylib 4.0.0 (#2098)

https://github.com/RobLoach/raylib-cpp/releases/tag/v4.0.0
This commit is contained in:
Rob Loach
2021-11-05 03:08:09 -04:00
committed by GitHub
parent 7bf8d6bc98
commit 87a4ee52b9

View File

@ -45,7 +45,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
These are utility wrappers for specific languages, they are not required to use raylib in the language but may adapt the raylib API to be more inline with the language's pardigm.
| name | raylib version | language | repo |
|:------------------:|:-------------: | :--------:|----------------------------------------------------------------------|
| raylib-cpp | 3.7 | [C++](https://en.wikipedia.org/wiki/C%2B%2B) | https://github.com/robloach/raylib-cpp |
| raylib-cpp | 4.0 | [C++](https://en.wikipedia.org/wiki/C%2B%2B) | https://github.com/robloach/raylib-cpp |
### Older or Unmaintained Language Bindings
These are older raylib bindings that are more than 2 versions old or have not been maintained.