diff options
| author | AKDev <[email protected]> | 2021-10-05 20:14:33 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-05 16:44:33 +0200 |
| commit | 67de7c4483b30c05a0efbb6e0e5a8381c2732c01 (patch) | |
| tree | bfe79837099d49ad46d839e0f8326faec47e22d2 | |
| parent | 9f4a83985325d83d217f4061f84eb4869ae46d48 (diff) | |
| download | raylib-67de7c4483b30c05a0efbb6e0e5a8381c2732c01.tar.gz raylib-67de7c4483b30c05a0efbb6e0e5a8381c2732c01.zip | |
added nelua-raylib and removed raylib-nelua (#2033)
removed raylib-nelua because it's the same as nelua-raylib but with some significant improvements :smile_cat:
| -rw-r--r-- | BINDINGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 5a1d0ef3..b4480590 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -27,7 +27,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | raylib-luamore | 3.0 | [Lua](http://www.lua.org/) | https://github.com/HDPLocust/raylib-luamore | | raylua | 3.7 | [Lua](http://www.lua.org/) | https://github.com/Rabios/raylua | | LuaJIT-Raylib | 2.6 | [Lua](http://www.lua.org/) | https://github.com/Bambofy/LuaJIT-Raylib | -| raylib-nelua | 3.7 | [nelua](https://nelua.io/) | https://github.com/edubart/nelua-decl/tree/main/libs/raylib | +| nelua-raylib | 3.7 | [nelua](https://nelua.io/) | https://github.com/AKDev21/nelua-raylib | | raylib-nelua | 3.0 | [Nelua](https://nelua.io/) | https://github.com/Andre-LA/raylib-nelua | | raylib-Nim | 1.7 | [Nim](https://nim-lang.org/) | https://gitlab.com/define-private-public/raylib-Nim | | raylib-nim | 2.0 | [Nim](https://nim-lang.org/) | https://github.com/Skrylar/raylib-nim | |
