[package]
edition = "2021"
rust-version = "1.63"
name = "imgref-iter"
version = "0.4.0"
authors = ["LoganDark"]
exclude = [".idea"]
description = "A small crate for iterating over the rows or columns of `imgref` buffers"
documentation = "https://docs.rs/imgref-iter"
readme = "README.md"
keywords = [
"imgref",
"iter",
"row",
"col",
"column",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/LoganDark/imgref-iter"
resolver = "2"
[dependencies.imgref]
version = "^1.9.2"
[features]
simd = []