add raylib-cslo to bindings.md (#2169)

This commit is contained in:
Novaleaf 2021-11-23 13:21:39 -08:00 committed by GitHub
parent c5fc7c7640
commit e60aa8e935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
|:------------------:|:-------------: | :--------:|----------------------------------------------------------------------|
| raylib | **4.0** | [C/C++](https://en.wikipedia.org/wiki/C_(programming_language)) | https://github.com/raysan5/raylib |
| Raylib-cs | 3.7 | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | https://github.com/ChrisDill/Raylib-cs |
| Raylib-CsLo | **4.0** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | https://github.com/NotNotTech/Raylib-CsLo |
| raylib-boo | 3.7 | [Boo](http://boo-language.github.io/) | https://github.com/Rabios/raylib-boo |
| bindbc-raylib3 | **4.0** | [D](https://dlang.org/) | https://github.com/o3o/bindbc-raylib3 |
| dray | 3.5 | [D](https://dlang.org/) | https://github.com/xdrie/dray |