Skip to content

Commit 378bed4

Browse files
alichraghiStephen Gutekanst
authored and
Stephen Gutekanst
committed
update to latest build API
1 parent a454d72 commit 378bed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const std = @import("std");
22

33
pub fn build(b: *std.Build) void {
4-
_ = b.addModule("vulkan-zig-generated", .{ .source_file = .{ .path = "vk.zig" } });
4+
_ = b.addModule("vulkan-zig-generated", .{ .root_source_file = .{ .path = "vk.zig" } });
55
}

0 commit comments

Comments
 (0)