Crates.io | wayland-protocols |
lib.rs | wayland-protocols |
version | |
source | src |
created_at | 2016-11-12 19:04:24.504086 |
updated_at | 2025-01-31 18:39:42.129325 |
description | Generated API for the officials wayland protocol extensions |
homepage | |
repository | https://github.com/smithay/wayland-rs |
max_upload_size | |
id | 7219 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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: