1[package]
2authors = ["Kornel <kornel@geekhood.net>"]
3description = "Tiny helper function to visit every pixel in the image together with its neighboring pixels. Duplicates pixels on the edges."
4license = "MIT"
5name = "loop9"
6readme = "README.md"
7version = "0.1.5"
8edition = "2021"
9homepage = "https://lib.rs/crates/loop9"
10categories = ["graphics"]
11keywords = ["convolve", "blur", "iterate", "convolution"]
12repository = "https://gitlab.com/kornelski/loop9.git"
13
14[dependencies]
15imgref = "1.7.0"
16
17[package.metadata.docs.rs]
18targets = ["x86_64-unknown-linux-gnu"]
19rustdoc-args = ["--generate-link-to-definition"]
20
21[badges]
22maintenance = { status = "passively-maintained" }
23