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
+10
View File
@@ -242,6 +242,7 @@ dependencies = [
"anyhow",
"clap",
"image",
"ordered-float",
]
[[package]]
@@ -642,6 +643,15 @@ version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "ordered-float"
version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a91171844676f8c7990ce64959210cd2eaef32c2612c50f9fae9f8aaa6065a6"
dependencies = [
"num-traits",
]
[[package]]
name = "paste"
version = "1.0.15"