some refactoring and proper DoF support
All checks were successful
Build & Test / build (push) Successful in 32s

This commit is contained in:
2026-02-18 18:33:27 +01:00
parent 23e86e6655
commit b3de1760b4
8 changed files with 203 additions and 93 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.7.0"
rand = "0.10.0"
rayon = "1.8"
image = "0.25.9"
indicatif = "0.18.3"
indicatif = "0.18.4"