We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282e74b commit 37c6268Copy full SHA for 37c6268
README.md
@@ -60,7 +60,6 @@ const vulkan = b.dependency("vulkan_zig", .{
60
.registry = vulkan_headers.path("registry/vk.xml"),
61
}).module("vulkan-zig");
62
63
-
64
const zglfw = b.dependency("zglfw", .{ .import_vulkan = true });
65
66
const zglfw_mod = zglfw.module("root");
@@ -79,7 +78,5 @@ const exe = b.addExecutable(.{
79
78
}),
80
});
81
82
-exe.root_module.addImport("vulkan", vulkan);
83
exe.root_module.linkLibrary(zglfw.artifact("glfw"));
84
85
```
0 commit comments