From e835311d0d496692a1ae25c6b37c3141d4e10362 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 21 Aug 2022 05:43:27 -0400 Subject: [PATCH] BINDINGS: raylib-cpp has support for raylib 4.2 (#2652) https://github.com/robloach/raylib-cpp --- BINDINGS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BINDINGS.md b/BINDINGS.md index 98ad5afab..0aac24cff 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -64,7 +64,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 | license | repo | |:------------------:|:-------------: | :--------:|:-------:|:-------------------------------------------------------------| -| raylib-cpp | **4.0** | [C++](https://en.wikipedia.org/wiki/C%2B%2B) | Zlib | https://github.com/robloach/raylib-cpp | +| raylib-cpp | **4.2** | [C++](https://en.wikipedia.org/wiki/C%2B%2B) | Zlib | 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.