From 782a21f8648b02b760fe6ae1714fab2bc2cf1461 Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Wed, 9 Sep 2026 19:16:07 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c531a7c..c4fa8cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] -name = "wl-pick" +name = "wl-tab" version = "0.4.0" edition = "2024" -description = "A live grid of window and display previews, for picking one" +description = "An alt-tab window switcher for sway: live window previews in a single row" license = "MIT" -repository = "https://github.com/mil-ad/wl-pick" +repository = "https://git.krzak.org/N0VA/wl-tab" readme = "README.md" -keywords = ["wayland", "sway", "wlroots", "screencast", "switcher"] +keywords = ["wayland", "sway", "wlroots", "alt-tab", "switcher"] categories = ["command-line-utilities", "os::unix-apis"] # The floor is cosmic-text, which needs 1.89; let-chains here need 1.88. rust-version = "1.89"