Skip to content

Commit

Permalink
update wayrs crates
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Apr 20, 2024
1 parent f46bad2 commit 9b75d8c
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 91 deletions.
161 changes: 72 additions & 89 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3", default-features = false }
toml = { version = "0.8", default-features = false, features = ["parse"] }
wayrs-client = "1.0"
wayrs-protocols = { version = "0.13", features = ["wlr-layer-shell-unstable-v1", "viewporter", "fractional-scale-v1"] }
wayrs-utils = { version = "0.14", features = ["cursor", "shm_alloc", "seats"] }
wayrs-protocols = { version = "0.14", features = ["wlr-layer-shell-unstable-v1", "viewporter", "fractional-scale-v1"] }
wayrs-utils = { version = "0.15", features = ["cursor", "shm_alloc", "seats"] }
clap = { version = "4.3", default-features = false, features = ["derive", "std", "help", "usage"] }
libc = "0.2"

Expand Down

0 comments on commit 9b75d8c

Please sign in to comment.