From 87a4ee52b9f66bf5ac5246772ae144b510aa5877 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Fri, 5 Nov 2021 03:08:09 -0400 Subject: [PATCH] BINDINGS: raylib-cpp now targets raylib 4.0.0 (#2098) https://github.com/RobLoach/raylib-cpp/releases/tag/v4.0.0 --- BINDINGS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BINDINGS.md b/BINDINGS.md index 04c5b4c50..b20846444 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -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.