summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-09 21:17:02 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-09 21:17:24 +0200
commitb2cbd720858d482257da98839a5c8ee8c85c6b62 (patch)
tree898813e2b3323580d77798ded7790317c1b6db2b /Cargo.toml
parent2c7870073e70ac19a6959c5627b04ad3c62d8173 (diff)
Converted game engine vectors to arrayvecs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dfe6413..685dba4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,8 @@ rand = "0.4.2"
time = "0.1.4"
rayon = "1.0.1"
+arrayvec = "0.4.7"
+
[dev-dependencies]
proptest = "0.7.2"