From 444cc22633d9e65ae36775d89b6db6351b085ec6 Mon Sep 17 00:00:00 2001 From: Dz Date: Tue, 9 Jun 2026 20:57:52 +0800 Subject: [PATCH] update BINDINGS.md (#5917) Dart binding for Raylib: support hooks --- BINDINGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BINDINGS.md b/BINDINGS.md index 10c8d2ee3..7c393593c 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -26,6 +26,7 @@ Some people ported raylib to other languages in the form of bindings or wrappers | [raylib-cr](https://github.com/sol-vin/raylib-cr) | 4.6-dev (5e1a81) | [Crystal](https://crystal-lang.org) | Apache-2.0 | | [ray-cyber](https://github.com/fubark/ray-cyber) | **5.0** | [Cyber](https://cyberscript.dev) | MIT | | [dart-raylib](https://gitlab.com/wolfenrain/dart-raylib) | 4.0 | [Dart](https://dart.dev) | MIT | +| [raylib_dart](https://pub.dev/packages/raylib_dart) | 6.0 | [Dart](https://dart.dev) | MIT | | [bindbc-raylib3](https://github.com/o3o/bindbc-raylib3) | **5.0** | [D](https://dlang.org) | BSL-1.0 | | [dray](https://github.com/redthing1/dray) | **5.0** | [D](https://dlang.org) | Apache-2.0 | | [raylib-d](https://github.com/schveiguy/raylib-d) | **6.0** | [D](https://dlang.org) | Zlib |