1[package]
2name = "calloop-wayland-source"
3description = "A wayland-rs client event source for callloop"
4repository = "https://github.com/smithay/calloop-wayland-source"
5version = "0.2.0"
6edition = "2021"
7authors = ["Kirill Chibisov <contact@kchibisov.com>"]
8license = "MIT"
9readme = "README.md"
10keywords = ["wayland", "windowing"]
11rust-version = "1.65.0"
12
13[dependencies]
14wayland-client = "0.31.1"
15wayland-backend = "0.3.0"
16calloop = "0.12.1"
17log = { version = "0.4.19", optional = true }
18rustix = { version = "0.38.4", default-features = false, features = ["std"] }
19
20[dev-dependencies]
21tempfile = "3.8.0"
22wayland-protocols = { version = "0.31.0", features = ["client"] }
23