Update Cargo.toml
This commit is contained in:
+4
-4
@@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wl-pick"
|
name = "wl-tab"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
edition = "2024"
|
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"
|
license = "MIT"
|
||||||
repository = "https://github.com/mil-ad/wl-pick"
|
repository = "https://git.krzak.org/N0VA/wl-tab"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["wayland", "sway", "wlroots", "screencast", "switcher"]
|
keywords = ["wayland", "sway", "wlroots", "alt-tab", "switcher"]
|
||||||
categories = ["command-line-utilities", "os::unix-apis"]
|
categories = ["command-line-utilities", "os::unix-apis"]
|
||||||
# The floor is cosmic-text, which needs 1.89; let-chains here need 1.88.
|
# The floor is cosmic-text, which needs 1.89; let-chains here need 1.88.
|
||||||
rust-version = "1.89"
|
rust-version = "1.89"
|
||||||
|
|||||||
Reference in New Issue
Block a user