1[package]
2name = "river-rs"
3version = "0.2.0"
4edition = "2024"
5description = "Rust bindings for the river 0.4 wayland compositor's window management protocols"
6
7[dependencies]
8wayland-scanner = "0.31"
9wayland-client = "0.31"
10wayland-backend = "0.3"
11bitflags = "2"