From a368be4dfb3c1f75f6bcfdc297fe0372fb5f6092 Mon Sep 17 00:00:00 2001 From: Genny Date: Mon, 8 Mar 2021 21:02:50 -0600 Subject: Rename a few things --- src/lib.rs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 6eb07d6..5ef22af 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,10 @@ -mod components; +mod color; +mod gif; mod lzw; + +pub mod block; pub mod writer; -pub use components::*; +pub use color::Color; +pub use gif::Gif; pub use lzw::LZW; \ No newline at end of file -- cgit 1.4.1-3-g733a5