aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5ce31eb..39e6a31 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,11 +6,15 @@ extern crate cocoa;
#[macro_use]
extern crate combine;
extern crate core_graphics;
+extern crate foreign_types;
extern crate getopts;
extern crate libc;
#[macro_use]
extern crate log;
+
+#[macro_use]
+extern crate objc;
extern crate stderrlog;
extern crate xdg;