raylib-zig icon indicating copy to clipboard operation
raylib-zig copied to clipboard

Won't build with RGFW

Open menguele opened this issue 1 year ago • 0 comments

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,
    });

menguele avatar Oct 15 '24 11:10 menguele