about summary refs log tree commit diff
path: root/src/components/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/mod.rs')
-rw-r--r--src/components/mod.rs15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs
deleted file mode 100644
index 1650d36..0000000
--- a/src/components/mod.rs
+++ /dev/null
@@ -1,15 +0,0 @@
-mod color;
-mod colortable;
-mod gif;
-mod image;
-mod imagedescriptor;
-mod logicalscreendescriptor;
-mod version;
-
-pub use color::Color;
-pub use colortable::ColorTable;
-pub use gif::Gif;
-pub use image::Image;
-pub use imagedescriptor::ImageDescriptor;
-pub use logicalscreendescriptor::LogicalScreenDescriptor;
-pub use version::Version;
\ No newline at end of file