summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYunoinsky <[email protected]>2022-10-26 15:12:14 +0800
committerGitHub <[email protected]>2022-10-26 09:12:14 +0200
commitdf4199e2c1fa6478a24ea49d56d9b60d0e39f8d3 (patch)
tree2314c0326cfaacdd2703fa7d571a3f27998b497f
parentc4abf6835190218b86df3d433a93280a63496c1d (diff)
downloadraylib-df4199e2c1fa6478a24ea49d56d9b60d0e39f8d3.tar.gz
raylib-df4199e2c1fa6478a24ea49d56d9b60d0e39f8d3.zip
Add ChezScheme support (#2776)
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index e52dee9b..21112b95 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -11,6 +11,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| Raylib-cs | **4.2** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | Zlib | https://github.com/ChrisDill/Raylib-cs |
| Raylib-CsLo | **4.2** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | MPL-2.0 | https://github.com/NotNotTech/Raylib-CsLo |
| cl-raylib | **4.0** | [Common Lisp](https://common-lisp.net/) | MIT | https://github.com/longlene/cl-raylib |
+| chez-raylib | auto | [Chez Scheme](https://cisco.github.io/ChezScheme/) | GPLv3 | https://github.com/Yunoinsky/chez-raylib |
| raylib-cr | **4.5-dev (7e7939e)** | [Crystal](https://crystal-lang.org/) | Apache-2.0 | https://github.com/sol-vin/raylib-cr |
| raylib-c3 | **4.5-dev** | [C3](https://c3-lang.org/) | MIT | https://github.com/Its-Kenta/Raylib-C3 |
| dart-raylib | **4.0** | [Dart](https://dart.dev/) | MIT | https://gitlab.com/wolfenrain/dart-raylib |