summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRob Loach <[email protected]>2021-11-05 03:08:09 -0400
committerGitHub <[email protected]>2021-11-05 08:08:09 +0100
commit87a4ee52b9f66bf5ac5246772ae144b510aa5877 (patch)
tree6ff29ae71b2ec5bd5bc0dbc679e7460f44bb310b
parent7bf8d6bc98ab85eeafc2d0458b54360a1fa769d6 (diff)
downloadraylib-87a4ee52b9f66bf5ac5246772ae144b510aa5877.tar.gz
raylib-87a4ee52b9f66bf5ac5246772ae144b510aa5877.zip
BINDINGS: raylib-cpp now targets raylib 4.0.0 (#2098)
https://github.com/RobLoach/raylib-cpp/releases/tag/v4.0.0
-rw-r--r--BINDINGS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 04c5b4c5..b2084644 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.