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:
parent
367ea52be9
commit
c6222a0913
4 changed files with 107 additions and 30 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "raylib"]
|
||||
path = raylib
|
||||
url = https://github.com/raysan5/raylib
|
||||
Loading…
Add table
Add a link
Reference in a new issue