summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2018-02-27 06:59:58 -0600
committertom barrett <spalf0@gmail.com>2018-02-27 06:59:58 -0600
commitb5896e2d7597e42818a47710da22098d178bf8f6 (patch)
treed48107628b0c10fc41493e35f8ba8f3039c3b9bc /Cargo.toml
parent87346ea9b91d441e92c476785c2cb979f9a23bf5 (diff)
-now use velocity and position vector, astroids are now randomly populated
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9eb8bce..69c08e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,4 @@ erased-serde = "0.3"
serde_json = "1.0"
termion = "1.5.1"
downcast = "0.8"
+rand = "0.4"