From 8756a275438879d7b9a698465594b8c787b412de Mon Sep 17 00:00:00 2001 From: NotNik <32980656+Not-Nik@users.noreply.github.com> Date: Wed, 24 Jun 2020 15:58:08 +1000 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 0014130..57a1115 100755 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,11 +1,9 @@ + -# raylib-zig -Manually tweaked, auto generated [raylib](https://github.com/raysan5/raylib) bindings for zig.
+Manually tweaked, auto generated [raylib](https://github.com/raysan5/raylib) bindings for zig. Bindings tested on raylib version 3.0 -




- ## Example We can copy the default example with some minor changes: ```zig