summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 90fd64b..0611f67 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,11 +1,15 @@
#[macro_use]
extern crate serde_derive;
+#[macro_use]
+extern crate downcast;
+
extern crate termion;
pub mod mass;
pub mod ship;
pub mod module;
+pub mod astroid;
pub mod engines;
pub mod dashboard;
pub mod connection;
-
+pub mod navigation;