Skip to content

Commit

Permalink
Update image to 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Apr 9, 2024
1 parent dc8a4bd commit 934efff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 37 deletions.
41 changes: 6 additions & 35 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 @@ -37,13 +37,13 @@ objc = "0.2"
objc_id = "0.1"
objc-foundation = "0.1"
core-graphics = { version = "0.23", optional = true }
image = { version = "0.24", optional = true, default-features = false, features = ["tiff"] }
image = { version = "0.25", optional = true, default-features = false, features = ["tiff"] }

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

[[example]]
Expand Down

0 comments on commit 934efff

Please sign in to comment.