summaryrefslogtreecommitdiffhomepage
path: root/BINDINGS.md
diff options
context:
space:
mode:
authorAlexander Klingenbeck <[email protected]>2023-07-30 19:08:59 +0200
committerGitHub <[email protected]>2023-07-30 19:08:59 +0200
commitd3ea64983212f7451a9cfbf644da8a5c43dbc706 (patch)
treecef975738c91934f7d4c39f425b0a3a2367d1a0f /BINDINGS.md
parent44659b7ba8bd6d517d75fac8675ecd026f713240 (diff)
downloadraylib-d3ea64983212f7451a9cfbf644da8a5c43dbc706.tar.gz
raylib-d3ea64983212f7451a9cfbf644da8a5c43dbc706.zip
Update BINDINGS.md to include rayjs (#3212)
Diffstat (limited to 'BINDINGS.md')
-rw-r--r--BINDINGS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 7fc88113..ec66d4ab 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -75,7 +75,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| hare-raylib | **auto** | [Hare](https://harelang.org/) | Zlib | https://git.sr.ht/~evantj/hare-raylib |
| raylib-sunder | **auto** | [Sunder](https://github.com/ashn-dot-dev/sunder) | 0BSD | https://github.com/ashn-dot-dev/raylib-sunder |
| rayed-bqn | **auto** | [BQN](https://mlochbaum.github.io/BQN/) | MIT | https://github.com/Brian-ED/rayed-bqn |
-
+| rayjs | 4.6-dev | [QuickJS](https://bellard.org/quickjs/) | MIT | https://github.com/mode777/rayjs |
### 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.