[package] name = "wl-pick" version = "0.1.0" edition = "2024" description = "A live grid of window and display previews, for picking one" license = "MIT" [dependencies] wayland-client = "0.31" wayland-protocols = { version = "0.32", features = ["client", "staging"] } wayland-protocols-wlr = { version = "0.3", features = ["client"] } memmap2 = "0.9" rustix = { version = "1", features = ["fs", "mm", "shm"] } swayipc = "4" cosmic-text = "0.19" [profile.release] strip = true