Update ReadMe.md

This commit is contained in:
NotNik 2020-06-24 15:58:08 +10:00 committed by GitHub
parent 4e9779db7d
commit 8756a27543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,9 @@
<img align="left" src="https://github.com/Not-Nik/raylib-zig/blob/master/logo/logo.png" width=256>
# raylib-zig
Manually tweaked, auto generated [raylib](https://github.com/raysan5/raylib) bindings for zig.<br>
Manually tweaked, auto generated [raylib](https://github.com/raysan5/raylib) bindings for zig.
Bindings tested on raylib version 3.0
<br><br><br><br><br>
## Example
We can copy the default example with some minor changes:
```zig