diff options
| author | Ray <[email protected]> | 2022-03-11 14:47:47 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-11 14:47:47 +0100 |
| commit | 70debe6fff3de4734e2a25b49b697a27097e5a94 (patch) | |
| tree | 03e521d430f13ea3afa561bb206099f77bee27b2 | |
| parent | 38bb1d6ee8c554da8cdb27158ec19a56fd3fe9d2 (diff) | |
| parent | 77afcd4831c6cdc139ea69542a2011239d86cd87 (diff) | |
| download | raylib.com-70debe6fff3de4734e2a25b49b697a27097e5a94.tar.gz raylib.com-70debe6fff3de4734e2a25b49b697a27097e5a94.zip | |
Merge pull request #33 from soegaard/patch-1
Change the link for the Python bindings
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ <!--<a href="#"><img src="images/bindings/bind_cpp.png" title="windows" style="margin-right:8px;" alt="cpp raylib binding" width="84" height="84"/></a>--> <a href="https://github.com/ChrisDill/Raylib-cs" target="_blank"><img class="icon" src="images/bindings/bind_csharp.png" title="raylib-cs" alt="c-sharp raylib binding" width="84" height="84"/></a> <a href="https://github.com/gen2brain/raylib-go" target="_blank"><img class="icon" src="images/bindings/bind_go.png" title="raylib-go" alt="go raylib binding" width="84" height="84"/></a> - <a href="https://github.com/overdev/raylib-py" target="_blank"><img class="icon" src="images/bindings/bind_python.png" title="raylib-py" alt="python raylib binding" width="84" height="84"/></a> + <a href="https://electronstudio.github.io/raylib-python-cffi/" target="_blank"><img class="icon" src="images/bindings/bind_python.png" title="raylib-py" alt="python raylib binding" width="84" height="84"/></a> <a href="https://github.com/D3nX/raylib-ruby-ffi" target="_blank"><img class="icon" src="images/bindings/bind_ruby.png" title="raylib-ruby" alt="ruby raylib binding" width="84" height="84"/></a> <a href="https://github.com/Rabios/raylua" target="_blank"><img class="icon" src="images/bindings/bind_lua.png" title="raylib-lua" alt="lua raylib binding" width="84" height="84"/></a> <a href="https://github.com/deltaphc/raylib-rs" target="_blank"><img class="icon" src="images/bindings/bind_rust.png" title="raylib-rs" alt="rust raylib binding" width="84" height="84"/></a> |
