[build] remove examples/build.zig, incorporate into main build.zig

Removes the second build.zig in the examples directory and incorporates it
into the main build.zig. This gives the zig build system the data needed to
know if the raylib library needs to be rebuilt when running any example.
This commit is contained in:
Jonathan Marler 2025-03-25 09:55:49 -06:00
parent 909c83fd4a
commit ac17de5074
3 changed files with 103 additions and 110 deletions

View file

@ -22,5 +22,6 @@
"build.zig",
"build.zig.zon",
"src",
"examples",
},
}