Skip to content

Commit 2c9c478

Browse files
committed
try rgfw
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
1 parent 7de2a1d commit 2c9c478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Raylib.NET.Native/build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub fn build(b: *std.Build) !void {
7575
rl.OpenglVersion.gl_4_3;
7676

7777
const platform = if (target.result.os.tag == .emscripten)
78-
rl.PlatformBackend.glfw
78+
rl.PlatformBackend.rgfw
7979
else
8080
rl.PlatformBackend.sdl3;
8181

0 commit comments

Comments
 (0)