We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Options
1 parent e6ad195 commit 927178aCopy full SHA for 927178a
build.zig
@@ -9,3 +9,6 @@ pub fn build(b: *std.Build) !void {
9
// expose helper functions to user's build.zig
10
pub const addRaylib = raylib.addRaylib;
11
pub const addRaygui = raylib.addRaygui;
12
+
13
+// expose options for compiling
14
+pub const RaylibOptions = raylib.Options;
0 commit comments