remove num_cpus from Cargo.toml
All checks were successful
CI / Rust project (push) Successful in 1m8s
All checks were successful
CI / Rust project (push) Successful in 1m8s
This commit is contained in:
parent
9e3b68204c
commit
4eb71c18fb
@ -8,5 +8,5 @@ edition = "2021"
|
||||
[dependencies]
|
||||
image = "0.24.7"
|
||||
rand = "0.8.5"
|
||||
num_cpus = "1.16.0"
|
||||
clap = { version = "4.4.8", features = ["derive"]}
|
||||
# num_cpus = "1.16.0"
|
||||
clap = { version = "4.4.8", features = ["derive"] }
|
||||
|
||||
BIN
grid_image.png
BIN
grid_image.png
Binary file not shown.
|
Before Width: | Height: | Size: 777 KiB After Width: | Height: | Size: 779 KiB |
Loading…
Reference in New Issue
Block a user