summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJochum van der Ploeg <[email protected]>2021-11-17 22:13:39 +0100
committerGitHub <[email protected]>2021-11-17 22:13:39 +0100
commit3a9f089018b3c6f6113150a69c8d5a21c578552a (patch)
tree3646404631c630b320a599d8f50d3328b6b0897f
parente24443bbbcc40b2e323002c43215c3762fc922ba (diff)
downloadraylib-3a9f089018b3c6f6113150a69c8d5a21c578552a.tar.gz
raylib-3a9f089018b3c6f6113150a69c8d5a21c578552a.zip
Added dart-raylib to BINDINGS.md (#2149)
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 7f584798..0fc77880 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -43,6 +43,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| dlang_raylib | 3.7 | [D](https://dlang.org) | https://github.com/rc-05/dlang_raylib |
| raylib-freebasic | **4.0** | [FreeBASIC](https://www.freebasic.net/) | https://github.com/WIITD/raylib-freebasic |
| raylib-cr | **4.0** | [Crystal](https://crystal-lang.org/) | https://github.com/sol-vin/raylib-cr |
+| dart-raylib | **4.0** | [Dart](https://dart.dev/) | https://gitlab.com/wolfenrain/dart-raylib |
### Utility Wrapers
These are utility wrappers for specific languages, they are not required to use raylib in the language but may adapt the raylib API to be more inline with the language's pardigm.