Skip to content

Commit

Permalink
build.zig: Expose Options type
Browse files Browse the repository at this point in the history
  • Loading branch information
sagehane committed Oct 10, 2024
1 parent e6ad195 commit 927178a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ pub fn build(b: *std.Build) !void {
// expose helper functions to user's build.zig
pub const addRaylib = raylib.addRaylib;
pub const addRaygui = raylib.addRaygui;

// expose options for compiling
pub const RaylibOptions = raylib.Options;

0 comments on commit 927178a

Please sign in to comment.