File: README.md

package info (click to toggle)
rust-wayland-protocols 0.32.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,324 kB
  • sloc: xml: 13,573; sh: 17; python: 15; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 1,352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[![crates.io](https://img.shields.io/crates/v/wayland-protocols.svg)](https://crates.io/crates/wayland-protocols)
[![docs.rs](https://docs.rs/wayland-protocols/badge.svg)](https://docs.rs/wayland-protocols)
[![Continuous Integration](https://github.com/Smithay/wayland-rs/workflows/Continuous%20Integration/badge.svg)](https://github.com/Smithay/wayland-rs/actions?query=workflow%3A%22Continuous+Integration%22)
[![codecov](https://codecov.io/gh/Smithay/wayland-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/Smithay/wayland-rs)

# 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"](https://gitlab.freedesktop.org/wayland/wayland-protocols)
extensions repository.

The provided objects are controlled by cargo features:

- the `client` and `server` 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](https://crates.io/crates/wayland-protocols-wlr) for the WLR set of protocol extensions