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