Skip to content

Commit

Permalink
modify: update libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
tukinami committed Mar 31, 2024
1 parent 782cf27 commit c1bf7da
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ description = "SAORI to resize image and save as png (limited edition)"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
resize = "0.7.4"
rgb = "0.8.36"
png = "0.17.7"
gif = "0.12.0"
jpeg-decoder = "0.3.0"
libwebp-sys = "0.8.0"
tinybmp = "0.4.0"
embedded-graphics = "0.7.1"
resize = "0.8.4"
rgb = "0.8.37"
png = "0.17.13"
gif = "0.13.1"
jpeg-decoder = "0.3.1"
libwebp-sys = "0.9.5"
tinybmp = "0.5.0"
embedded-graphics = "0.8.1"

[target.'cfg(windows)'.dependencies]
winapi = {version = "0.3.9", features = ["winbase", "libloaderapi", "stringapiset"]}

[dev-dependencies]
tempfile = "3.3.0"
encoding_rs = "0.8.31"
tempfile = "3.10.1"
encoding_rs = "0.8.33"

[lib]
name = "resizedpngmini"
Expand Down

0 comments on commit c1bf7da

Please sign in to comment.