summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2022-11-20 00:00:16 +0100
committerGitHub <[email protected]>2022-11-20 00:00:16 +0100
commit673f8b6003d35d1e321a48319fec11a6aaa98301 (patch)
treeee895c6a4346d3a434002622f6b2b6154ed11c3b
parent48529a3e6c0d92fa001801cc17ef0956241ebd35 (diff)
parenta8e37600562d1efa1262117305a01685da923381 (diff)
downloadraylib.com-673f8b6003d35d1e321a48319fec11a6aaa98301.tar.gz
raylib.com-673f8b6003d35d1e321a48319fec11a6aaa98301.zip
Merge pull request #44 from TSnake41/TSnake41-patch-lua-link
Update Lua binding to a maintained LuaJIT binding
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9da5d88..058bb2b 100644
--- a/index.html
+++ b/index.html
@@ -121,7 +121,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/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/tsnake41/raylib-lua" 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://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/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>
<a href="https://github.com/Not-Nik/raylib-zig" target="_blank"><img class="icon" src="images/bindings/bind_zig.png" title="raylib-zig" alt="zig raylib binding" width="84" height="84"/></a>