We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems it won't compile against RGFW, even after changing zig.build it will still compile against GLFW my partial zig.build
const raylib_dep = b.dependency("raylib-zig", .{ .target = target, .optimize = optimize, .shared = true, .platform = .rgfw, });
The text was updated successfully, but these errors were encountered:
I figured out what the problem is, look here: raysan5/raylib#4358 (comment) I already made a fix, hope the PR gets merged quick: raysan5/raylib#4531
Sorry, something went wrong.
No branches or pull requests
It seems it won't compile against RGFW, even after changing zig.build it will still compile against GLFW
my partial zig.build
The text was updated successfully, but these errors were encountered: