diff options
| author | red thing <[email protected]> | 2024-07-16 05:00:30 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-16 14:00:30 +0200 |
| commit | 0c03cbff90acf8afe3976688aaa8239e4b5a637f (patch) | |
| tree | 74a124c83e96c6276dab7d6e5d02c66f018cbeed /BINDINGS.md | |
| parent | 576bee5cce1254791561b57f2137e2a3b611d26a (diff) | |
| download | raylib-0c03cbff90acf8afe3976688aaa8239e4b5a637f.tar.gz raylib-0c03cbff90acf8afe3976688aaa8239e4b5a637f.zip | |
Update BINDINGS.md: dray binding supports raylib 5.0 (#4163)
Diffstat (limited to 'BINDINGS.md')
| -rw-r--r-- | BINDINGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 22b74058..1196acc4 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -21,7 +21,7 @@ Some people ported raylib to other languages in the form of bindings or wrappers | [ray-cyber](https://github.com/fubark/ray-cyber) | **5.0** | [Cyber](https://cyberscript.dev) | MIT | | [dart-raylib](https://gitlab.com/wolfenrain/dart-raylib) | 4.0 | [Dart](https://dart.dev) | MIT | | [bindbc-raylib3](https://github.com/o3o/bindbc-raylib3) | **5.0** | [D](https://dlang.org) | BSL-1.0 | -| [dray](https://github.com/redthing1/dray) | 4.2 | [D](https://dlang.org) | Apache-2.0 | +| [dray](https://github.com/redthing1/dray) | **5.0** | [D](https://dlang.org) | Apache-2.0 | | [raylib-d](https://github.com/schveiguy/raylib-d) | **5.0** | [D](https://dlang.org) | Zlib | | [rayex](https://github.com/shiryel/rayex) | 3.7 | [elixir](https://elixir-lang.org) | Apache-2.0 | | [raylib-factor](https://github.com/factor/factor/blob/master/extra/raylib/raylib.factor) | 4.5 | [Factor](https://factorcode.org) | BSD | |
