1 parent 2d6ecf3 commit 8582dc3Copy full SHA for 8582dc3
1 file changed
src/Raylib.NET.Native/build.zig
@@ -75,9 +75,9 @@ pub fn build(b: *std.Build) !void {
75
rl.OpenglVersion.gl_4_3;
76
77
const platform = if (target.result.os.tag == .emscripten)
78
- rl.Platform.glfw
+ rl.PlatformBackend.glfw
79
else
80
- rl.Platform.sdl3;
+ rl.PlatformBackend.sdl3;
81
82
// Get raylib options for configuring the build
83
const options = rl.Options{
0 commit comments