diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-05-02 13:43:16 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-05-03 00:16:33 -0400 |
commit | 232995aecf809309848b864a77e9d968c6185a29 (patch) | |
tree | 0034df62a8e92de5bb451dba86e6689fde13b8c8 /Cargo.toml | |
parent | 462daaffd5ec720ed80a2e7b1f445a73cabf5833 (diff) | |
download | kd-forest-232995aecf809309848b864a77e9d968c6185a29.tar.xz |
color: Implement color spaces
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ authors = ["Tavian Barnes <tavianator@tavianator.com>"] edition = "2018" [dependencies] +image = "0.23.4" ordered-float = "1.0.2" rand = "0.7.3" |