fix README

This commit is contained in:
Liam
2026-02-25 18:05:41 +00:00
committed by GitHub
parent 87d4973d48
commit 66f44e43ca
+1 -1
View File
@@ -52,7 +52,7 @@ const wayland_protocol_specifications = [_]std.Build.LazyPath{
..., ...,
}; };
const wayland_protocols = b.dependency("wayland_zig", .{ const wayland_protocols = b.dependency("wayland_protocol_codegen", .{
.protocols = &wayland_protocol_specifications, .protocols = &wayland_protocol_specifications,
}).module("wayland-protocols"); }).module("wayland-protocols");
exe.root_module.addImport("wayland-protocols", wayland_protocols); exe.root_module.addImport("wayland-protocols", wayland_protocols);