dependencies
This commit is contained in:
parent
07fc5c8448
commit
9592a5dc27
2 changed files with 1263 additions and 0 deletions
1261
Cargo.lock
generated
1261
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -6,3 +6,5 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
image = "0.25.1"
|
||||||
|
imageproc = { version = "0.24.0", features = ["display-window"] }
|
||||||
|
|
Loading…
Reference in a new issue