From 8d615a99f69d85fb457e92d69fa5f7b92d612b65 Mon Sep 17 00:00:00 2001 From: smaludzi Date: Sun, 30 Aug 2020 19:58:30 +0200 Subject: [PATCH] Added Never language to the list of bindings. (#1361) --- BINDINGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BINDINGS.md b/BINDINGS.md index 208252ef3..6d8dc7379 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -76,6 +76,7 @@ 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! :)