Skip to content

Commit

Permalink
Generate bindings for wl_seat
Browse files Browse the repository at this point in the history
  • Loading branch information
siniarskimar committed Jul 8, 2024
1 parent 96fbf67 commit 00d461c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub fn build(b: *std.Build) void {

scanner.generate("xdg_wm_base", 3);
scanner.generate("wl_compositor", 6);
scanner.generate("wl_seat", 8);

const vk_registry = b.dependency("vulkan_headers", .{}).path("registry/vk.xml");
const dep_vkzig = b.dependency("vulkan_zig", .{
Expand Down

0 comments on commit 00d461c

Please sign in to comment.