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 /src/main.rs | |
parent | 462daaffd5ec720ed80a2e7b1f445a73cabf5833 (diff) | |
download | kd-forest-232995aecf809309848b864a77e9d968c6185a29.tar.xz |
color: Implement color spaces
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 0d7989b..a7bda67 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,4 @@ +pub mod color; pub mod metric; fn main() {} |