summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorwaotzi <[email protected]>2021-03-03 00:03:55 +0100
committerGitHub <[email protected]>2021-03-03 00:03:55 +0100
commite09f5179e6ff876ecccc5a74e929c055b07d8b98 (patch)
tree2820b4357f06706c85ad62aae52542dd6417b602
parentab36fbf24aa7fd89bfe0414276b0a962812ff62c (diff)
downloadraylib-e09f5179e6ff876ecccc5a74e929c055b07d8b98.tar.gz
raylib-e09f5179e6ff876ecccc5a74e929c055b07d8b98.zip
replace vraylib link (#1627)
the vraylib binding from MajorHard doesn't seem to be getting any updates, so maybe replace it with the working fork?
-rw-r--r--BINDINGS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 56344b10..97efa73d 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -78,7 +78,7 @@ Here it is a list with the ones I'm aware of:
| raylib-Ada | 3.0 | [Ada](https://www.adacore.com/about-ada) | https://github.com/mimo/raylib-Ada |
| jaylib | 3.0 | [Janet](https://janet-lang.org/) | https://github.com/janet-lang/jaylib |
| raykit | ? | [Kit](https://www.kitlang.org/) | https://github.com/Gamerfiend/raykit |
-| vraylib | 2.5 | [V](https://vlang.io/) | https://github.com/MajorHard/vraylib |
+| vraylib | 3.5 | [V](https://vlang.io/) | https://github.com/waotzi/vraylib |
| ray.mod | 3.0 | [BlitzMax](https://blitzmax.org/) | https://github.com/bmx-ng/ray.mod |
| ray-ocaml | 3.0 | [OCaml](https://ocaml.org/) | https://github.com/tjammer/raylib-ocaml |
| raylib-mosaic | 3.0 | [Mosaic](https://github.com/sal55/langs/tree/master/Mosaic) | https://github.com/pluckyporcupine/raylib-mosaic |