diff options
| author | Caleb Barger <[email protected]> | 2023-11-02 01:14:34 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-02 09:14:34 +0100 |
| commit | ba75a7a23bbfcae1747ab6a87ecb155979ce6bc5 (patch) | |
| tree | 0e0dbf5f874ebbc8836dafbb25de5090bb553b66 /build.zig | |
| parent | de1ceae4b0ab5c68d75959490e9a81fa0c9f0593 (diff) | |
| download | raylib-ba75a7a23bbfcae1747ab6a87ecb155979ce6bc5.tar.gz raylib-ba75a7a23bbfcae1747ab6a87ecb155979ce6bc5.zip | |
build.zig updates for 0.11.0 release. (#3501)
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ const std = @import("std"); const raylib = @import("src/build.zig"); -// This has been tested to work with zig 0.11.0 (67709b6, Aug 4 2023) +// This has been tested to work with zig 0.11.0 pub fn build(b: *std.Build) void { raylib.build(b); } |
