Fixed rendering module in documentation
This commit is contained in:
parent
68b1367bdf
commit
3199697470
3 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue