Added image colour sum

This commit is contained in:
2024-05-07 18:24:04 +01:00
parent 7b6a16b662
commit c46405efce
13 changed files with 7177 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "image_colour_sum"
version = "0.1.0"
edition = "2021"
default-run = "image_colour_sum"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.24.6"