diff --git a/Cargo.lock b/Cargo.lock index 512a606..9d8285d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,7 +896,8 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "smithay-client-toolkit" version = "0.17.0" -source = "git+https://github.com/Smithay/client-toolkit.git?rev=389a4f21872a99a3ba346cc3dabd55c4079ec191#389a4f21872a99a3ba346cc3dabd55c4079ec191" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1476c3d89bb67079264b88aaf4f14358353318397e083b7c4e8c14517f55de7" dependencies = [ "bitflags", "calloop", diff --git a/Cargo.toml b/Cargo.toml index c8be8d8..6b9fce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["Gergő Sályi "] edition = "2021" description = "Set a different wallpaper for the background of each Sway workspace" +readme = "README.md" +homepage = "https://github.com/gergo-salyi/multibg-sway" +repository = "https://github.com/gergo-salyi/multibg-sway" license = "MIT OR Apache-2.0" keywords = ["wallpaper", "background", "desktop", "wayland", "sway"] categories = ["command-line-utilities", "multimedia::images"] @@ -14,8 +17,5 @@ env_logger = "0.10.0" image = "0.24.6" log = "0.4.17" mio = { version = "0.8.6", features = ["os-ext", "os-poll"] } +smithay-client-toolkit = "0.17.0" swayipc = "3.0.1" - -[dependencies.smithay-client-toolkit] -git = "https://github.com/Smithay/client-toolkit.git" -rev = "389a4f21872a99a3ba346cc3dabd55c4079ec191" # master branch as of 2023-04-07