1 | [package] |
2 | name = "wayland-csd-frame" |
3 | version = "0.3.0" |
4 | authors = ["Kirill Chibisov <contact@kchibisov.com>" ] |
5 | repository = "https://github.com/rust-windowing/wayland-csd-frame" |
6 | description = "Common trait and types for wayland CSD interop" |
7 | keywords = ["windowing" , "wayland" ] |
8 | readme = "README.md" |
9 | license = "MIT" |
10 | edition = "2021" |
11 | categories = ["gui" ] |
12 | rust-version = "1.65.0" |
13 | |
14 | [dependencies] |
15 | bitflags = "2.0" |
16 | cursor-icon = "1.0.0" |
17 | wayland-backend = { version = "0.3.0" , default-features = false } |
18 | |