Go to file
LeRoyce Pearson 3e48488201 feat: set minimum supported xdg_wm_base to v2
River (and wlroots compositors in general) only support v2 of xdg_wm_base.
The most notable addition seems to be popups, which zig-wayland-wire is
not using ATM.
2024-01-16 01:26:39 -07:00
examples feat: recieve file descriptors 2024-01-16 00:57:31 -07:00
src feat: set minimum supported xdg_wm_base to v2 2024-01-16 01:26:39 -07:00
.gitignore Create example of connecting to a wayland server 2023-08-08 23:47:01 -06:00
README.md Add README 2023-12-18 12:17:04 -07:00
build.zig feat: update to zig 0.12.0-dev.2058+04ac028a2 build changes 2024-01-16 01:26:39 -07:00

README.md

Zig Wayland Wire

This is library implements the Wayland protocol in pure zig, with a goal of presenting low level details instead of abstracting them away.