build.zig updates for 0.11.0 release. (#3501)

This commit is contained in:
Caleb Barger 2023-11-02 01:14:34 -07:00 committed by GitHub
parent de1ceae4b0
commit ba75a7a23b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 41 deletions

View file

@ -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);
}