119 releases
0.31.0 | Sep 2, 2023 |
---|---|
0.30.1 | Jul 13, 2023 |
0.30.0 | Dec 27, 2022 |
0.30.0-beta.13 | Nov 4, 2022 |
0.7.6 | Nov 12, 2016 |
#46 in GUI
344,532 downloads per month
Used in 702 crates
(33 directly)
540KB
9K
SLoC
wayland-protocols
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:
- the
client
andserver
cargo features respectively enable the generation of client-side and server-side objects - the
staging
enable the generation of protocols in the staging process and will soon become stable. - the
unstable
enable the generation of not-yet-stabilized protocols
For other protocols, see also:
- wayland-protocols-wlr for the WLR set of protocol extensions
Dependencies
~3–11MB
~111K SLoC