From 9a1e934621b6098093d709ceb149f1bb995c15cc Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 6 May 2020 11:38:21 +0200 Subject: [PATCH] Added raylib D bindings! --- BINDINGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BINDINGS.md b/BINDINGS.md index 9c5f4c620..c481508db 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 |