summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohnathan Corkery <[email protected]>2023-10-15 18:25:39 -0400
committerGitHub <[email protected]>2023-10-16 00:25:39 +0200
commita75251f0a9732f42cfeb8d018210a358f46c910d (patch)
treecc82db852a731389f71bf67ac201e5b6b98f30f0
parent18bedbd0952c27b0eb8bc5df0df4acf589cef181 (diff)
downloadraylib-a75251f0a9732f42cfeb8d018210a358f46c910d.tar.gz
raylib-a75251f0a9732f42cfeb8d018210a358f46c910d.zip
Inclusion of Matte to BINDINGS.md (#3427)
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index e08f8f79..400bc384 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -41,6 +41,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| KaylibKit | **4.5**| [Kotlin/native](https://kotlinlang.org) | Zlib | https://codeberg.org/Kenta/KaylibKit |
| raylib-lua | **4.5** | [Lua](http://www.lua.org/) | ISC | https://github.com/TSnake41/raylib-lua |
| raylua | 4.0 | [Lua](http://www.lua.org/) | MIT | https://github.com/Rabios/raylua |
+| raylib-matte | 4.6-dev | [Matte](https://github.com/jcorks/matte/) | MIT | https://github.com/jcorks/raylib-matte |
| nelua-raylib | 4.0 | [nelua](https://nelua.io/) | MIT | https://github.com/AKDev21/nelua-raylib |
| Raylib.nelua | **4.5** | [nelua](https://nelua.io/) | Zlib | https://github.com/Its-Kenta/Raylib-Nelua |
| NimraylibNow! | 4.2 | [Nim](https://nim-lang.org/) | MIT | https://github.com/greenfork/nimraylib_now |