summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2020-05-06 11:38:21 +0200
committerGitHub <[email protected]>2020-05-06 11:38:21 +0200
commit9a1e934621b6098093d709ceb149f1bb995c15cc (patch)
treec09e303e7c682a9c46af7bbb91ad6ffa29f3d1c0
parent526c85773f805c39a593eb348624e4327b106fa3 (diff)
downloadraylib-9a1e934621b6098093d709ceb149f1bb995c15cc.tar.gz
raylib-9a1e934621b6098093d709ceb149f1bb995c15cc.zip
Added raylib D bindings!
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 9c5f4c62..c481508d 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -10,6 +10,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| RaylibFS | F# | https://github.com/dallinbeutler/RaylibFS |
| raylib_d | D | https://github.com/0xFireball/raylib_d |
| raylib-d | D | https://github.com/onroundit/raylib-d |
+| bindbc-raylib | D | https://github.com/o3o/bindbc-raylib |
| raylib-go | Go | https://github.com/gen2brain/raylib-go |
| raylib-goplus | Go | https://github.com/Lachee/raylib-goplus |
| raylib-rs | Rust | https://github.com/deltaphc/raylib-rs |