From d603950625eaa577d6b273cb92b28ddfc59c796f Mon Sep 17 00:00:00 2001 From: Rabia Alhaffar Date: Mon, 31 Aug 2020 18:00:21 +0300 Subject: [PATCH] Added missing bindings :) (#2) --- BINDINGS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BINDINGS.md b/BINDINGS.md index f68e0d6e2..57c64ec56 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -80,7 +80,8 @@ Here it is a list with the ones I'm aware of: | raylib-ats2 | ATS2 | https://github.com/mephistopheles-8/raylib-ats2 | | 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)* | - +| raylib-never | [Never](https://github.com/never-lang/never) | https://github.com/never-lang/raylib-never | + Missing some language? Feel free to create a new binding! :) Usually, raylib bindings follow the convention: `raylib-{language}`