summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2018-04-05 02:04:11 -0500
committertom barrett <spalf0@gmail.com>2018-04-05 02:04:11 -0500
commit22ec8b31c66475f29106f2fda46969e427f2e704 (patch)
treef1f439b793ad93d49bee497e1e5675d177e2f65c /src/lib.rs
parentc297e871b7ce8935dd3bb1c65ecae37000d9a331 (diff)
-changed how data is passed (learned you can serialize a vec) -added targeting struct to ship and got timer prototype
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 b7a3305..fee73fa 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,6 +4,7 @@ extern crate serde_derive;
extern crate downcast;
extern crate termion;
+extern crate time;
pub mod mass;
pub mod ship;