Skip to content

Commit

Permalink
Merge pull request #166 from V-Fries/master
Browse files Browse the repository at this point in the history
docs: Fixed compilation error in README.md example
  • Loading branch information
Snektron authored Oct 16, 2024
2 parents 06dae6c + 6268a6f commit e43d635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const vk_gen = b.dependency("vulkan_zig", .{}).artifact("vulkan-zig-generator");
// Set up a run step to generate the bindings
const vk_generate_cmd = b.addRunArtifact(vk_gen);
// Pass the registry to the generator
generate_cmd.addArg(registry);
vk_generate_cmd.addFileArg(registry);
// Create a module from the generator's output...
const vulkan_zig = b.addModule("vulkan-zig", .{
.root_source_file = vk_generate_cmd.addOutputFileArg("vk.zig"),
Expand Down

0 comments on commit e43d635

Please sign in to comment.