Add notice to workaround branch

This commit is contained in:
NotNik 2020-05-12 12:44:38 +10:00 committed by GitHub
parent 3969aee9cc
commit ee770f742f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`