diff options
| author | Ian Rash <[email protected]> | 2022-10-25 01:51:40 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-25 10:51:40 +0200 |
| commit | 072e92615aad45777e667e7b29137095b815734a (patch) | |
| tree | 7d4f548c2e8477146cc125d00840aa146dcd0fb9 | |
| parent | e5d332dea23e65f66e7e7b279dc712afeb9404c9 (diff) | |
| download | raylib-072e92615aad45777e667e7b29137095b815734a.tar.gz raylib-072e92615aad45777e667e7b29137095b815734a.zip | |
Updated support for crystal (#2774)
All fresh and current.
| -rw-r--r-- | BINDINGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index b2bced13..e52dee9b 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -11,7 +11,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | Raylib-cs | **4.2** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | Zlib | https://github.com/ChrisDill/Raylib-cs | | Raylib-CsLo | **4.2** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | MPL-2.0 | https://github.com/NotNotTech/Raylib-CsLo | | cl-raylib | **4.0** | [Common Lisp](https://common-lisp.net/) | MIT | https://github.com/longlene/cl-raylib | -| raylib-cr | **4.0** | [Crystal](https://crystal-lang.org/) | Apache-2.0 | https://github.com/sol-vin/raylib-cr | +| raylib-cr | **4.5-dev (7e7939e)** | [Crystal](https://crystal-lang.org/) | Apache-2.0 | https://github.com/sol-vin/raylib-cr | | raylib-c3 | **4.5-dev** | [C3](https://c3-lang.org/) | MIT | https://github.com/Its-Kenta/Raylib-C3 | | dart-raylib | **4.0** | [Dart](https://dart.dev/) | MIT | https://gitlab.com/wolfenrain/dart-raylib | | bindbc-raylib3 | **4.0** | [D](https://dlang.org/) | BSL-1.0 | https://github.com/o3o/bindbc-raylib3 | |
