summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIan Rash <[email protected]>2021-11-11 09:09:50 -0800
committerGitHub <[email protected]>2021-11-11 18:09:50 +0100
commitfc268129ef6b7dd290e77b509e96d3ea0c46f5a0 (patch)
tree1220e8cdb87a12909f20f77ee152b141663b1a41
parent91135c87990ca14b54cf208dcae7e1abb12f7549 (diff)
downloadraylib-fc268129ef6b7dd290e77b509e96d3ea0c46f5a0.tar.gz
raylib-fc268129ef6b7dd290e77b509e96d3ea0c46f5a0.zip
Update BINDINGS.md (#2130)
I just updated it to 4.0. :)
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 2b4a0e30..70e110d6 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -42,6 +42,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| kaylib | 3.7 | [Kotlin/native](https://kotlinlang.org) | https://github.com/electronstudio/kaylib |
| dlang_raylib | 3.7 | [D](https://dlang.org) | https://github.com/rc-05/dlang_raylib |
| raylib-freebasic | **4.0** | [FreeBASIC](https://www.freebasic.net/) | https://github.com/WIITD/raylib-freebasic |
+| raylib-cr | **4.0** | [Crystal](https://crystal-lang.org/) | https://github.com/sol-vin/raylib-cr |
### Utility Wrapers
These are utility wrappers for specific languages, they are not required to use raylib in the language but may adapt the raylib API to be more inline with the language's pardigm.