feat: parallelise chunkgen, model generation and uploading

This commit is contained in:
catangent 2025-08-13 00:10:26 +01:00
parent dd41aabf0f
commit c029f40bc7
6 changed files with 150 additions and 46 deletions

View file

@ -8,6 +8,8 @@ pub fn build(b: *std.Build) void {
const rl = b.dependency("raylib", .{
.target = target,
.optimize = optimize,
//.config = "-DSUPPORT_CUSTOM_FRAME_CONTROL",
.config = @as([]const u8, "-DSUPPORT_CUSTOM_FRAME_CONTROL"),
});
break :raylib rl;
};