Update dependencies, ready cargo publish
This commit is contained in:
parent
fbfd7e722e
commit
d8f0045815
2 changed files with 6 additions and 5 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -4,6 +4,9 @@ version = "0.1.0"
|
|||
authors = ["Gergő Sályi <salyigergo94@gmail.com>"]
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue