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