Implement selection of color alignment

This commit is contained in:
Teoh Han Hui 2024-07-15 00:24:24 +08:00
parent 19e3b382b4
commit 66b08f7a2e
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE
7 changed files with 372 additions and 115 deletions

View file

@ -16,7 +16,9 @@ anyhow = { workspace = true, features = ["std"] }
bpaf = { workspace = true, features = [] }
deranged = { workspace = true, features = ["serde", "std"] }
directories = { workspace = true, features = [] }
fastrand = { workspace = true, features = ["std"] }
indexmap = { workspace = true, features = ["serde", "std"] }
itertools = { workspace = true, features = ["use_std"] }
palette = { workspace = true, features = ["std"] }
serde = { workspace = true, features = ["derive", "std"] }
serde_json = { workspace = true, features = ["std"] }