Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Remove the unused (wayland) dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Jul 20, 2023
1 parent 9018b12 commit b334b60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ x11rb = { version = "0.11.1", features = [
"cursor",
"xinput",
], optional = true }
wayland-client = { version = "0.29.5", optional = true }
wayland-protocols = { version = "0.29.5", optional = true }
wayland-cursor = { version = "0.29.5", optional = true }

rand = { version = "0.8.0", optional = true }
calloop = { version = "0.7.1", optional = true }
log = { version = "0.4.14", optional = true }
Expand Down

0 comments on commit b334b60

Please sign in to comment.