diff options
| author | Richard Smith <[email protected]> | 2021-06-12 22:46:21 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-12 23:46:21 +0200 |
| commit | 7d03048f1d3864990b6bd19d24038d011f925f67 (patch) | |
| tree | c710f9f515318c398807bf3dbbf71704f4a83f69 | |
| parent | ae9cea03f0a7fd7f9348a3f2bb10a23fbd446d99 (diff) | |
| download | raylib-7d03048f1d3864990b6bd19d24038d011f925f67.tar.gz raylib-7d03048f1d3864990b6bd19d24038d011f925f67.zip | |
updating raylib python cffi version (#1826)
* Update BINDINGS.md
* Update BINDINGS.md
| -rw-r--r-- | BINDINGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 5dad05da..886b8e67 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -46,7 +46,7 @@ Here it is a list with the ones I'm aware of: | raylib-ruby | 2.6 | [Ruby](https://www.ruby-lang.org/en/) | https://github.com/a0/raylib-ruby | | raylib-mruby | 2.5-dev | [mruby](https://github.com/mruby/mruby) | https://github.com/lihaochen910/raylib-mruby | | raylib-py | 2.0 | [Python](https://www.python.org/) | https://github.com/overdev/raylib-py | -| raylib-python-cffi | 3.5 | [Python](https://www.python.org/) | https://github.com/electronstudio/raylib-python-cffi | +| raylib-python-cffi | 3.7 | [Python](https://www.python.org/) | https://github.com/electronstudio/raylib-python-cffi | | raylib-py-ctbg | 2.6 | [Python](https://www.python.org/) | https://github.com/overdev/raylib-py-ctbg | | jaylib | 3.0 | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | https://github.com/electronstudio/jaylib/ | | raylib-java | 2.0 | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | https://github.com/XoanaIO/raylib-java | |
