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