No description
Find a file
Adam Gausmann 3e1245260d Replace tga with bmp for code size reduction
Saved almost 100K just because
the TGA parsing code was getting
duplicated for each draw target.

Compression may still be helpful
later but it needs to reuse/share the decompression code and not duplicate it extra times.
2025-10-31 12:33:45 -05:00
.cargo fixup workspace 2025-10-29 20:55:44 -05:00
firmware Replace tga with bmp for code size reduction 2025-10-31 12:33:45 -05:00
.gitignore Create workspace for repo 2025-10-29 20:47:52 -05:00
Cargo.lock Replace tga with bmp for code size reduction 2025-10-31 12:33:45 -05:00
Cargo.toml fixup workspace 2025-10-29 20:55:44 -05:00