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