Skip to content

Commit 927178a

Browse files
committed
build.zig: Expose Options type
1 parent e6ad195 commit 927178a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.zig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ pub fn build(b: *std.Build) !void {
99
// expose helper functions to user's build.zig
1010
pub const addRaylib = raylib.addRaylib;
1111
pub const addRaygui = raylib.addRaygui;
12+
13+
// expose options for compiling
14+
pub const RaylibOptions = raylib.Options;

0 commit comments

Comments
 (0)