dependencies

main
Zynh0722 2024-05-10 16:32:15 -07:00
parent 07fc5c8448
commit 9592a5dc27
2 changed files with 1263 additions and 0 deletions

1261
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.25.1"
imageproc = { version = "0.24.0", features = ["display-window"] }