add raylib submodule

also add build helper `lib.zig` to handle compiling and linking against
raylib's source code, and update `build.zig` for examples to reflect
lib.zig usage.
This commit is contained in:
Jesse Rudolph 2020-05-23 02:57:06 -05:00
parent 367ea52be9
commit c6222a0913
4 changed files with 107 additions and 30 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "raylib"]
path = raylib
url = https://github.com/raysan5/raylib