|
| 1 | +[package] |
| 2 | +name = "wayland-protocols-experimental" |
| 3 | +# The major version updates every time the protocols are pulled from wayland-protocols. |
| 4 | +# That's because experimental protocols version bumps are incompatible by definition. |
| 5 | +version = "20250703.0.1" |
| 6 | +documentation = "https://docs.rs/wayland-protocols-experimental/" |
| 7 | +repository = "https://github.com/smithay/wayland-rs" |
| 8 | +authors = ["Elinor Berger <elinor@safaradeg.net>"] |
| 9 | +license = "MIT" |
| 10 | +keywords = ["wayland", "client", "server", "protocol", "extension"] |
| 11 | +description = "Generated API for experimental wayland protocol extensions" |
| 12 | +categories = ["gui", "api-bindings"] |
| 13 | +edition = "2021" |
| 14 | +rust-version = "1.65" |
| 15 | +readme = "README.md" |
| 16 | + |
| 17 | +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 18 | + |
| 19 | +[dependencies] |
| 20 | +wayland-scanner = { version = "0.31.6", path = "../wayland-scanner" } |
| 21 | +wayland-backend = { version = "0.3.10", path = "../wayland-backend" } |
| 22 | +wayland-client = { version = "0.31.10", path = "../wayland-client", optional = true } |
| 23 | +wayland-server = { version = "0.31.9", path = "../wayland-server", optional = true } |
| 24 | +wayland-protocols = { version = "0.32.8", path = "../wayland-protocols", features=["unstable"] } |
| 25 | +bitflags = "2" |
| 26 | + |
| 27 | +[features] |
| 28 | +client = ["wayland-client", "wayland-protocols/client"] |
| 29 | +server = ["wayland-server", "wayland-protocols/server"] |
| 30 | + |
| 31 | +[package.metadata.docs.rs] |
| 32 | +all-features = true |
| 33 | +rustdoc-args = ["--cfg", "docsrs"] |
0 commit comments