Skip to content

Commit

Permalink
chore(deps): remove image dependency (#274)
Browse files Browse the repository at this point in the history
* chore(deps): remove `image` dependency

* add change file [skip ci]
  • Loading branch information
lucasfernog authored May 19, 2021
1 parent a76206c commit 1d5cc59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/remove-image-dep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wry": patch
---

Removes the `image` dependency.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
url = "2.2"
image = "0.23"
infer = "0.4"
tao = { version = "0.2.6", default-features = false, features = [ "serde" ] }

Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ pub enum Error {
UrlError(#[from] ParseError),
#[error("IO error: {0}")]
Io(#[from] std::io::Error),
#[error("image error: {0}")]
Image(#[from] image::ImageError),
#[cfg(not(target_os = "linux"))]
#[error("Icon error: {0}")]
Icon(#[from] BadIcon),
Expand Down

0 comments on commit 1d5cc59

Please sign in to comment.