Fixed rendering module in documentation

This commit is contained in:
Lorenzo Torres 2025-08-07 04:18:52 +02:00
parent 68b1367bdf
commit 3199697470
3 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ pub fn build(b: *std.Build) void {
});
const rendering = b.createModule(.{
.root_source_file = b.path("src/rendering.zig"),
.root_source_file = b.path("src/rendering/rendering.zig"),
.target = target,
.optimize = optimize,
.link_libc = true,