add image rendering progress bar

This commit is contained in:
Nick Pegg 2025-05-07 21:29:50 -07:00
parent 2ede813a73
commit 933f179328
4 changed files with 80 additions and 4 deletions

View file

@ -13,6 +13,7 @@ clap = { version = "^4.5", features = ["derive"] }
env_logger = "^0.11.8"
fs_extra = "^1.3.0"
image = "^0.25.6"
indicatif = "^0.17.11"
log = "^0.4.27"
pulldown-cmark = "^0.13.0"
rayon = "^1.10.0"