summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 75f2730..63abbce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,9 +6,13 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+lazy_static = "*"
+float-cmp = "*"
+nalgebra = "*"
+num-traits = "*"
+serde = { version = "*", features = ["derive"] }
specs = "^0.16"
specs-derive = "*"
-lazy_static = "*"
[dependencies.sdl2]
version = "^0.34"