This crate provides Wayland object definitions for the official Wayland protocol extensions.
It is meant to be used in addition to wayland-client
or wayland-server
.
This crate follows the "wayland-protocols" extensions repository.
The provided objects are controlled by cargo features:
client
and server
cargo features respectively enable the generation of client-side
and server-side objectsstaging
enable the generation of protocols in the staging process and will soon become stable.unstable
enable the generation of not-yet-stabilized protocolsFor other protocols, see also: