From b58924b5a2534f845b996a2d58ab618301f1d450 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 2 May 2020 13:58:14 -0400 Subject: frontier/mean: Implement mean selection --- src/frontier.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/frontier.rs') diff --git a/src/frontier.rs b/src/frontier.rs index e1b6528..7143cb7 100644 --- a/src/frontier.rs +++ b/src/frontier.rs @@ -1,6 +1,7 @@ //! Frontiers on which to place pixels. pub mod image; +pub mod mean; pub mod min; use crate::color::{ColorSpace, Rgb8}; -- cgit v1.2.3