From 573ba69d810914c153a578747414b3d631e61bbc Mon Sep 17 00:00:00 2001 From: tom barrett Date: Thu, 12 Apr 2018 04:33:23 -0500 Subject: completely restructured code and fixed navigation bug --- src/lib.rs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/lib.rs') 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; -- cgit v1.2.3