1[package]
2name = "wayland-cursor"
3version = "0.31.1"
4documentation = "https://docs.rs/wayland-cursor/"
5repository = "https://github.com/smithay/wayland-rs"
6authors = ["Elinor Berger <elinor@safaradeg.net>"]
7license = "MIT"
8edition = "2021"
9rust-version = "1.65"
10categories = ["gui", "api-bindings"]
11keywords = ["wayland", "client"]
12description = "Bindings to libwayland-cursor."
13readme = "README.md"
14
15[dependencies]
16wayland-client = { version = "0.31.0", path = "../wayland-client" }
17xcursor = "0.3.1"
18rustix = { version = "0.38.15", features = ["shm"] }
19
20[package.metadata.docs.rs]
21all-features = true
22rustdoc-args = ["--cfg", "docsrs"]
23