Add a rudimentary state color builder

This commit is contained in:
Nate Butler 2024-01-16 00:07:06 -05:00
parent 8c9f3a7322
commit bdb06f183b
4 changed files with 58 additions and 8 deletions

View file

@ -34,6 +34,7 @@ story = { path = "../story", optional = true }
toml.workspace = true
uuid.workspace = true
util = { path = "../util" }
color = {path = "../color"}
itertools = { version = "0.11.0", optional = true }
[dev-dependencies]