summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update version to 1.1.0HEADv1.1.0mainBen Bridle2024-10-07
|
* Implement as_mut_rows for BufferBen Bridle2024-10-07
| | | | This is to match the existing immutable as_rows method.
* Implement slice indexing for BufferBen Bridle2024-10-07
| | | | | Buffer can now be indexed by a range to take a slice of the underlying pixel data.
* Tidy codeBen Bridle2024-10-07
| | | | Adds a line break below the imports.
* Rename internal field 'array' to 'pixels'Ben Bridle2024-10-07
| | | | Pixels is a more accurate name for a vector containing pixel data.
* Implement IntoIterator and Deref for BufferBen Bridle2024-10-07
| | | | This allows a buffer to be used directly as an iterator in a for loop.
* Update version to 1.0.1v1.0.1Ben Bridle2024-10-02
|
* Update colour dependency to 2.0.0Ben Bridle2024-10-02
| | | | This adds no additional functionality.
* Add line breaks between methodsBen Bridle2024-10-02
|
* First commitv1.0.0Ben Bridle2023-12-24