mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Add Zig build file (#2014)
The build file builds Raylib as a static library for either Windows or Linux.
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -93,3 +93,10 @@ build
|
||||
GPATH
|
||||
GRTAGS
|
||||
GTAGS
|
||||
|
||||
# Zig programming language
|
||||
zig-cache/
|
||||
zig-out/
|
||||
build/
|
||||
build-*/
|
||||
docgen_tmp/
|
||||
|
||||
Reference in New Issue
Block a user