summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 4df39ab..bd94046 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -21,6 +21,8 @@ extern crate parse_ansi;
extern crate signal_notify;
extern crate tree_magic;
extern crate systemstat;
+extern crate mime_guess;
+
extern crate osstrtools;
extern crate pathbuftools;
extern crate async_value;
@@ -52,6 +54,11 @@ mod config;
mod stats;
mod icon;
+#[cfg(feature = "img")]
+mod imgview;
+#[cfg(feature = "video")]
+mod mediaview;
+