summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2018-04-12 04:33:23 -0500
committertom barrett <spalf0@gmail.com>2018-04-12 04:33:23 -0500
commit573ba69d810914c153a578747414b3d631e61bbc (patch)
tree4ce164db9d28ede9778d75ddb4f6922ea1dc1a91 /src/lib.rs
parentab797e7f30e5e8913faf73516346129b9a620550 (diff)
completely restructured code and fixed navigation bug
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 923ddd0..d666cb8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,19 +3,14 @@ extern crate serde_derive;
#[macro_use]
extern crate downcast;
-extern crate termion;
-extern crate time;
-
pub mod mass;
pub mod item;
pub mod ship;
pub mod math;
pub mod module;
-pub mod mining;
+pub mod client;
+pub mod server;
pub mod storage;
pub mod astroid;
-pub mod engines;
-pub mod dashboard;
pub mod targeting;
pub mod connection;
-pub mod navigation;