Rust bindings for the River 0.4.x Wayland compositor's window management protocols
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at dc00a3a04b84df565a8358834ca2e068710f08b0 11 lines 263 B view raw
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"