use rayon for parallel image resizing
This commit is contained in:
parent
628e41afa3
commit
890b46e45d
3 changed files with 7 additions and 4 deletions
|
|
@ -14,6 +14,7 @@ env_logger = "^0.11.8"
|
|||
fs_extra = "^1.3.0"
|
||||
image = "^0.25.6"
|
||||
log = "^0.4.27"
|
||||
rayon = "^1.10.0"
|
||||
serde = { version = "^1.0", features = ["derive"] }
|
||||
serde_yml = "^0.0.12"
|
||||
tera = { version = "^1.20", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue