diff options
| author | Rob Loach <[email protected]> | 2021-02-15 11:41:15 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-15 17:41:15 +0100 |
| commit | b530b584b520af81d5a6517ebe30f086dcf79d60 (patch) | |
| tree | 51e35959d7f4c068cce16754c74790db7fbf1326 | |
| parent | e300d268f90ec759d07329a07b864b648e7de2d2 (diff) | |
| download | raylib-b530b584b520af81d5a6517ebe30f086dcf79d60.tar.gz raylib-b530b584b520af81d5a6517ebe30f086dcf79d60.zip | |
Rename raylib-js to raylib-duktape (#1591)
While it is JavaScript, I'd rather this be named raylib-duktape since there are different implementations of javascript available. Like QuickJS, V7, or Node.js.
| -rw-r--r-- | BINDINGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 7a7578e6..1fdec567 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -53,7 +53,7 @@ Here it is a list with the ones I'm aware of: | clj-raylib | 3.0 | [Clojure](https://clojure.org/) | https://github.com/lsevero/clj-raylib | | node-raylib | 3.5 | [Node.js](https://nodejs.org/en/) | https://github.com/RobLoach/node-raylib | | QuickJS-raylib | 3.0 | [QuickJS](https://bellard.org/quickjs/) | https://github.com/sntg-p/QuickJS-raylib | -| raylib-js | 2.6 | [JavaScript](https://en.wikipedia.org/wiki/JavaScript) | https://github.com/RobLoach/raylib-js | +| raylib-duktape | 2.6 | [JavaScript](https://en.wikipedia.org/wiki/JavaScript) | https://github.com/RobLoach/raylib-duktape | | raylib-chaiscript | 2.6 | [ChaiScript](http://chaiscript.com/) | https://github.com/RobLoach/raylib-chaiscript | | raylib-squirrel | 2.5 | [Squirrel](http://www.squirrel-lang.org/) | https://github.com/RobLoach/raylib-squirrel | | racket-raylib-2d | 2.5 | [Racket](https://racket-lang.org/) | https://github.com/arvyy/racket-raylib-2d | |
