From 863b34ef6a495c761395a7d767f31fb5fbdd7d53 Mon Sep 17 00:00:00 2001 From: NotNik <32980656+Not-Nik@users.noreply.github.com> Date: Wed, 24 Jun 2020 16:11:33 +1000 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 1f72570..dc5d717 100755 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,4 +1,6 @@ - +![logo](https://github.com/Not-Nik/raylib-zig/blob/master/logo/logo.png) + +# raylib-zig Manually tweaked, auto generated [raylib](https://github.com/raysan5/raylib) bindings for zig. @@ -6,6 +8,7 @@ Bindings tested on raylib version 3.0 and Zig 0.6.0 Thanks to jessrud and sacredbirdman for their contributions to this binding. +The binding currently only supports a subset of raylib. For more information read [here](https://github.com/Not-Nik/raylib-zig#technical-restrictions). Some of these issues are fixed on the [workaround branch](https://github.com/Not-Nik/raylib-zig/tree/workaround), however, this is entirely experimental. ## Example We can copy the default example with some minor changes: