summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKenta <[email protected]>2023-05-08 15:00:21 +0100
committerGitHub <[email protected]>2023-05-08 16:00:21 +0200
commit81e2c970950cc9a671b270376065ec6012c28c88 (patch)
tree8143a8554a4046e06e11a180fd0f149c819ed1e5
parent204c6765bd12a63a0cab90ee536bdec321b80bee (diff)
downloadraylib-81e2c970950cc9a671b270376065ec6012c28c88.tar.gz
raylib-81e2c970950cc9a671b270376065ec6012c28c88.zip
Update BINDINGS.md (#3050)
Update C3 binding to use Raylib version 4.5
-rw-r--r--BINDINGS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index c66f6a34..035a4440 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -15,7 +15,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| 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 |
| ray-cyber | 4.5 | [Cyber](https://cyberscript.dev) | MIT | https://github.com/fubark/ray-cyber |
-| raylib-c3 | **4.5-dev** | [C3](https://c3-lang.org/) | MIT | https://github.com/Its-Kenta/Raylib-C3 |
+| raylib-c3 | **4.5** | [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 |
| bindbc-raylib3 | 4.0 | [D](https://dlang.org/) | BSL-1.0 | https://github.com/o3o/bindbc-raylib3 |
| dray | 4.2 | [D](https://dlang.org/) | Apache-2.0 | https://github.com/redthing1/dray |