From ee770f742f0ab9523d017712964fce7afcaa136c Mon Sep 17 00:00:00 2001 From: NotNik <32980656+Not-Nik@users.noreply.github.com> Date: Tue, 12 May 2020 12:44:38 +1000 Subject: [PATCH] Add notice to workaround branch --- ReadMe.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index cb1f667..bd0ac16 100755 --- a/ReadMe.md +++ b/ReadMe.md @@ -48,6 +48,8 @@ Here is an incomplete list of some functions affected by this: + DrawRectangleRec + DrawModel and all its variations +Parts of these issue are resolved on the [workaround branch](https://github.com/Not-Nik/raylib-zig/tree/workaround) + ## Building the examples To build all available examples simply `zig build examples`. To list available examples run `zig build --help`. If you want to run and examples, say `basic_window` run `zig build basic_window`