Begin resize option

This commit is contained in:
Rémi BERTHO 2022-09-21 22:45:16 +02:00
parent f389faef03
commit 83fa2c6864
Signed by: dalan
GPG key ID: EE3B917931C07B64
5 changed files with 467 additions and 101 deletions

View file

@ -8,9 +8,13 @@ anyhow = "1.0"
log = "0.4"
simplelog = "0.12"
wry = "0.20"
rfd = "0.10"
native-dialog = "0.6"
rust-embed = "6"
base64 = "0.13"
directories = "4"
clap = "3"
warp = "0.3"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
image = "0.24"
rexiv2 = "0.9"
tempfile = "3"