From 4e29294caa2ff80bb3dadbeb8bb495b5150fd764 Mon Sep 17 00:00:00 2001
From: Ray <raysan5@gmail.com>
Date: Thu, 7 May 2020 19:22:43 +0200
Subject: [PATCH] Update BINDINGS.md

---
 BINDINGS.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/BINDINGS.md b/BINDINGS.md
index 4b09b5b47..76e72601c 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -29,6 +29,7 @@ Here it is a list with the ones I'm aware of:
 | raylib-cr          | Crystal        | https://github.com/AregevDev/raylib-cr                               |
 | cray               | Crystal        | https://gitlab.com/Zatherz/cray                                      |
 | cray               | Crystal        | https://github.com/tapgg/cray                                        |
+| raylib.cr          | Crystal        | https://github.com/sam0x17/raylib.cr                     |
 | raylib-pascal      | Pascal         | https://github.com/drezgames/raylib-pascal                           |
 | raylib-pas         | Pascal         | https://github.com/tazdij/raylib-pas                                 |
 | Graphics-Raylib    | Perl           | https://github.com/athreef/Graphics-Raylib                           |
@@ -74,7 +75,7 @@ Here it is a list with the ones I'm aware of:
 | raylib-beef        | [Beef](https://www.beeflang.org/)          | https://github.com/M0n7y5/raylib-beef    |
 | raylib.cbl         | COBOL          | *[code examples](https://github.com/Martinfx/Cobol/tree/master/OpenCobol/Games/raylib)* |
  
-Missing some language? Check the [bindings not yet in this list](https://gist.github.com/raysan5/5764cc5b885183f523fce47f098f3d9b#bindings-not-yet-in-the-official-list) or create a new binding! :)
+Missing some language? Feel free to create a new binding! :)
 
 Usually, raylib bindings follow the convention: `raylib-{language}`