Upgrade dependencies and use fast_image_resize
This commit is contained in:
parent
83fa2c6864
commit
4c598da07a
3 changed files with 1308 additions and 686 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -7,14 +7,15 @@ edition = "2021"
|
|||
anyhow = "1.0"
|
||||
log = "0.4"
|
||||
simplelog = "0.12"
|
||||
wry = "0.20"
|
||||
wry = "0.27"
|
||||
native-dialog = "0.6"
|
||||
rust-embed = "6"
|
||||
base64 = "0.13"
|
||||
directories = "4"
|
||||
clap = "3"
|
||||
base64 = "0.21"
|
||||
directories = "5"
|
||||
clap = "4"
|
||||
warp = "0.3"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
image = "0.24"
|
||||
rexiv2 = "0.9"
|
||||
tempfile = "3"
|
||||
rexiv2 = "0.10"
|
||||
tempfile = "3"
|
||||
fast_image_resize = "2"
|
Loading…
Add table
Add a link
Reference in a new issue