Skip to content

Commit

Permalink
Update x11rb to v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed May 27, 2023
1 parent f24df29 commit cdda31a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 15 deletions.
56 changes: 42 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ image = { version = "0.24", optional = true, default-features = false, features

[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies]
log = "0.4"
x11rb = { version = "0.10" }
x11rb = { version = "0.12" }
wl-clipboard-rs = { version = "0.7", optional = true }
image = { version = "0.24", optional = true, default-features = false, features = ["png"] }
parking_lot = "0.12"
Expand Down

0 comments on commit cdda31a

Please sign in to comment.