They are now generated by a build.rs script from nothing but the colorspace's primaries, which makes it super easy to add more colorspaces. So easy that I added three more: ACES AP0, ACES AP1 and Rec.2020. This lays the foundation for supporting output to different colorspaces.
11 lines
169 B
TOML
11 lines
169 B
TOML
[package]
|
|
name = "color"
|
|
version = "0.1.0"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
license = "MIT"
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
name = "color"
|
|
path = "src/lib.rs"
|