summaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added a bunch of stuffHEADmasterDylan20 hours1-7/+10
| | | | | | Added derive macro for byte encode Added start for PNG reading Added BMP writing
* feat: Added conversion between different color types and depthsDylan2026-06-251-5/+11
|
* feat: Moved from and to bytes to a single traitDylan2026-06-211-0/+1
| | | | Now called `ByteEncode`
* feat: Added bitmap writingDylan2026-06-211-177/+10
|
* feat: Initial commitDylan2026-06-211-0/+185