diff options
| author | Rob Loach <[email protected]> | 2022-08-21 05:43:27 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-21 11:43:27 +0200 |
| commit | e835311d0d496692a1ae25c6b37c3141d4e10362 (patch) | |
| tree | 559924fd1e2f7ec10879116d6639037fbb5e4aaf /BINDINGS.md | |
| parent | 4ee5fdf6192166ecb3fc5f020fac9077c05add29 (diff) | |
| download | raylib-e835311d0d496692a1ae25c6b37c3141d4e10362.tar.gz raylib-e835311d0d496692a1ae25c6b37c3141d4e10362.zip | |
BINDINGS: raylib-cpp has support for raylib 4.2 (#2652)
https://github.com/robloach/raylib-cpp
Diffstat (limited to 'BINDINGS.md')
| -rw-r--r-- | BINDINGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 98ad5afa..0aac24cf 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. |
