Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
27
third-party/vendor/wayland-protocols/README.md
vendored
Normal file
27
third-party/vendor/wayland-protocols/README.md
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[](https://crates.io/crates/wayland-protocols)
|
||||
[](https://docs.rs/wayland-protocols)
|
||||
[](https://github.com/Smithay/wayland-rs/actions?query=workflow%3A%22Continuous+Integration%22)
|
||||
[](https://codecov.io/gh/Smithay/wayland-rs)
|
||||
|
||||
# wayland-protocols
|
||||
|
||||
This crate provides Wayland object definitions for many of the Wayland protocol extensions available.
|
||||
It is meant to be used in addition to `wayland-client` or `wayland-server`.
|
||||
|
||||
This crate provides bindings for the following protocols extensions:
|
||||
|
||||
- The standard ["wayland-protocols"](https://gitlab.freedesktop.org/wayland/wayland-protocols) extensions
|
||||
- The ["wlr-protocols"](https://github.com/swaywm/wlr-protocols) extensions from wlroots
|
||||
- A few other misc protocols:
|
||||
- `gtk_primary_selection`
|
||||
|
||||
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_protocols` enable the generation of protocols in the staging process and will soon become stable.
|
||||
- the `unstable_protocols` enable the generation of not-yet-stabilized protocols
|
||||
|
||||
If you wish for other protocols to be integrated, please open an issue on Github. Only protocols that
|
||||
are meant to be stabilized and largely used are in scope of this crate. If you wish to generate
|
||||
bindings for your own internal protocol, you can directly use `wayland-scanner`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue