You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
176 B

  1. const std = @import("std");
  2. const raylib = @import("src/build.zig");
  3. // This has been tested to work with zig 0.11.0
  4. pub fn build(b: *std.Build) void {
  5. raylib.build(b);
  6. }