summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorxdrie <[email protected]>2021-03-15 00:07:49 -0700
committerGitHub <[email protected]>2021-03-15 08:07:49 +0100
commit811e241f22ac2cf05427b26fdc2c4e8a49c43f25 (patch)
treefff94940a1ebdc7c50aa4308f1235b1020507b0d
parentbc9194690c43a6a72d0fc9d16e29bc9831b030f9 (diff)
downloadraylib-811e241f22ac2cf05427b26fdc2c4e8a49c43f25.tar.gz
raylib-811e241f22ac2cf05427b26fdc2c4e8a49c43f25.zip
Update dray bindings version to 3.5 (#1650)
I just updated dray to bind to the raylib 3.5 api.
-rw-r--r--BINDINGS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 97efa73d..2bf42d7b 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -15,7 +15,7 @@ Here it is a list with the ones I'm aware of:
| raylib_d | 2.5 | [D](https://dlang.org/) | https://github.com/Sepheus/raylib_d |
| raylib-d | 3.0 | [D](https://dlang.org/) | https://github.com/onroundit/raylib-d |
| bindbc-raylib | 3.0 | [D](https://dlang.org/) | https://github.com/o3o/bindbc-raylib |
-| dray | 3.0 | [D](https://dlang.org/) | https://github.com/xdrie/dray |
+| dray | 3.5 | [D](https://dlang.org/) | https://github.com/xdrie/dray |
| raylib-go | 3.0 | [Go](https://golang.org/) | https://github.com/gen2brain/raylib-go |
| raylib-goplus | 2.6-dev | [Go](https://golang.org/) | https://github.com/Lachee/raylib-goplus |
| ray-go | 2.6-dev | [Go](https://golang.org/) | https://github.com/hecate-tech/ray-go |