aboutsummaryrefslogtreecommitdiff
path: root/raylib/build.zig
blob: f4d7d1590d2bc2c94594890ff84e76e5d060c27a (plain)
1
2
3
4
5
6
7
const std = @import("std");
const raylib = @import("src/build.zig");

// This has been tested to work with zig 0.11.0
pub fn build(b: *std.Build) void {
    raylib.build(b);
}