aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 90f4aa5d..6358d77d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -39,6 +39,7 @@ extern crate font;
extern crate glutin;
extern crate libc;
extern crate mio;
+extern crate mio_more;
extern crate notify;
extern crate parking_lot;
extern crate serde;