1 2 3 4 5 6 7 8 9 10
[package] name = "wlib" description = "A simple wayland windowing library that gives you a pixel buffer and not much else" license = "MIT" version = "0.1.0" edition = "2024" [dependencies] smithay-client-toolkit = "0.20.0" wayland-client = "0.31.12"