Update ReadMe.md

This commit is contained in:
NotNik 2020-06-24 16:11:33 +10:00 committed by GitHub
parent 5058a150d5
commit 863b34ef6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
<img align="left" src="https://github.com/Not-Nik/raylib-zig/blob/master/logo/logo.png" width=256> ![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. 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. 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 ## Example
We can copy the default example with some minor changes: We can copy the default example with some minor changes: