summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichaƂ KM <[email protected]>2021-11-07 17:17:02 +0100
committerGitHub <[email protected]>2021-11-07 17:17:02 +0100
commitbb87d2ae82e57ad8f85337a321255f7b39b41e80 (patch)
treeb15459704009385b6ee9822f5ba9de598b343ba4
parent43c8c8ec3495a01f214c1793e18f58656b70f038 (diff)
downloadraylib-bb87d2ae82e57ad8f85337a321255f7b39b41e80.tar.gz
raylib-bb87d2ae82e57ad8f85337a321255f7b39b41e80.zip
Update BINDINGS.md (#2116)
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index e7f92eeb..626ea633 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -40,6 +40,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| rayex | 3.7 | [elixir](https://elixir-lang.org/) | https://github.com/shiryel/rayex |
| kaylib | 3.7 | [Kotlin/native](https://kotlinlang.org) | https://github.com/electronstudio/kaylib |
| 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 |
### 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.