Introduce indexed color with the PICO-8 palette

This commit is contained in:
2024-08-17 22:26:48 -07:00
parent e8258a570d
commit 5d5ea914c7
5 changed files with 186 additions and 13 deletions
+1
View File
@@ -7,6 +7,7 @@ edition = "2021"
anyhow = "1.0.86"
clap = { version = "4.5.15", features = ["derive"] }
image = "0.25.2"
ordered-float = "4.2.2"
[profile.dev.package.zune-jpeg]
opt-level = 3