[package] name = "window_switcher" description = "A CLI that allows switching between windows in Hyprland \n(renamed to hyprswitch [https://crates.io/crates/hyprswitch])" version = "0.3.0" edition = "2021" license = "MIT" readme = "README.md" documentation = "https://docs.rs/crate/window_switcher" repository = "https://github.com/h3rmt/hyprswitch/" keywords = ["hyprland"] categories = ["command-line-utilities"] [dependencies] clap = { version = "^4.4.18", features = ["derive"] } hyprland = "0.3.13" [dev-dependencies] random_color = "0.8.0" svg = "0.15.0"